We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbecf77 commit b15c4bbCopy full SHA for b15c4bb
Tests/oss-fuzz/fuzz_font.py
@@ -1,5 +1,7 @@
1
#!/usr/bin/python3
2
3
+from __future__ import annotations
4
+
5
# Copyright 2020 Google LLC
6
#
7
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +15,6 @@
13
15
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
16
# See the License for the specific language governing permissions and
17
# limitations under the License.
-from __future__ import annotations
18
19
20
import atheris
0 commit comments