Skip to content

Commit dd31060

Browse files
committed
Include BinaryIO in the list of typing imports
Close #3217
1 parent 42def1b commit dd31060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylint/checkers/variables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"AnyStr",
116116
"Text",
117117
"Pattern",
118+
"BinaryIO",
118119
}
119120
)
120121

0 commit comments

Comments
 (0)