Skip to content

Commit 9fb5cc8

Browse files
wait, I don't need a comma here
1 parent 635a2a9 commit 9fb5cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/fastparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def parse(
234234
try:
235235
# Disable
236236
# - deprecation warnings for 'invalid escape sequence' (Python 3.11 and below)
237-
# - syntax warnings for 'invalid escape sequence' (3.12+), and 'return in finally' (3.14+)
237+
# - syntax warnings for 'invalid escape sequence' (3.12+) and 'return in finally' (3.14+)
238238
with warnings.catch_warnings():
239239
warnings.filterwarnings("ignore", category=DeprecationWarning)
240240
warnings.filterwarnings("ignore", category=SyntaxWarning)

0 commit comments

Comments
 (0)