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 c22a0cf commit 50044f6Copy full SHA for 50044f6
testing/_py/test_local.py
@@ -19,7 +19,7 @@
19
def ignore_encoding_warning():
20
with warnings.catch_warnings():
21
if sys.version_info > (3, 10):
22
- warnings.simplefilter("ignore", EncodingWarning)
+ warnings.simplefilter("ignore", EncodingWarning) # noqa: F821
23
yield
24
25
0 commit comments