Skip to content

Commit a86b946

Browse files
Update parse.py: continue to alter types
1 parent 14d4882 commit a86b946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def parse(
9-
source: str | bytes,
9+
source: str,
1010
fnam: str,
1111
module: str | None,
1212
errors: Errors,

0 commit comments

Comments
 (0)