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 24b0cde commit fc75c8aCopy full SHA for fc75c8a
1 file changed
impall/__init__.py
@@ -119,7 +119,7 @@ class ImpAllTest(impall.ImpAllTest):
119
https://docs.python.org/3/library/warnings.html#the-warnings-filter
120
for more details."""
121
122
-_err = functools.partial(print, 'IMPALL ERROR', file=sys.stderr)
+_err = functools.partial(print, file=sys.stderr)
123
124
125
class ImpAllTest(unittest.TestCase):
0 commit comments