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 3ed8464 commit c08cfb3Copy full SHA for c08cfb3
pyfields/core.py
@@ -9,9 +9,9 @@
9
10
try:
11
from inspect import signature, Parameter
12
-except ImportError: # noqa
+except ImportError:
13
# noinspection PyUnresolvedReferences,PyPackageRequirements
14
- from funcsigs import signature, Parameter
+ from funcsigs import signature, Parameter # noqa
15
16
from valid8 import ValidationFailure, is_pep484_nonable
17
0 commit comments