Skip to content

Commit fc75c8a

Browse files
committed
Remove a stray debug string
1 parent 24b0cde commit fc75c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

impall/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class ImpAllTest(impall.ImpAllTest):
119119
https://docs.python.org/3/library/warnings.html#the-warnings-filter
120120
for more details."""
121121

122-
_err = functools.partial(print, 'IMPALL ERROR', file=sys.stderr)
122+
_err = functools.partial(print, file=sys.stderr)
123123

124124

125125
class ImpAllTest(unittest.TestCase):

0 commit comments

Comments
 (0)