Skip to content

Commit acd21d5

Browse files
committed
tests: suppress unused import lint
1 parent 49a97fe commit acd21d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import io
22
import os
33

4-
from typing import List
4+
from typing import List # noqa: F401
55

66

77
class NonClosingBytesIO(io.BytesIO):

0 commit comments

Comments
 (0)