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 df874a4 commit 63ce65cCopy full SHA for 63ce65c
structural-pattern-matching/repl.py
@@ -30,7 +30,7 @@ def main():
30
except EOFError:
31
print()
32
exit()
33
- except:
+ except: # noqa
34
traceback.print_exc(file=sys.stdout)
35
36
structural-pattern-matching/repl_enhanced.py
@@ -112,7 +112,7 @@ def main() -> None:
112
113
114
sys.exit()
115
116
117
console.indentation_level = 0
118
block.lines = []
0 commit comments