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 4d0a9ee commit 009d903Copy full SHA for 009d903
1 file changed
duties.py
@@ -18,8 +18,6 @@
18
from pysource_codegen import generate
19
from pysource_minimize import minimize
20
21
-from griffe import visit
22
-
23
if TYPE_CHECKING:
24
from collections.abc import Callable, Iterator
25
@@ -539,6 +537,8 @@ def fuzz(
539
537
min_seed: Minimum value for the seeds range.
540
538
max_seed: Maximum value for the seeds range.
541
"""
+ from griffe import visit # noqa: PLC0415
+
542
warnings.simplefilter("ignore", SyntaxWarning)
543
544
def fails(code: str, filepath: Path) -> bool:
0 commit comments