Skip to content

Commit ffac793

Browse files
committed
fixup! [refactor] Suppress mypy errors
1 parent 1bccec5 commit ffac793

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mfusepy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
from ctypes.util import find_library
4040
from signal import SIG_DFL, SIGINT, SIGTERM, signal
4141
from stat import S_IFDIR
42-
from typing import List, Optional, Tuple, Sequence, Type, Union
43-
42+
from typing import List, Optional, Sequence, Tuple, Type, Union
4443

4544
FieldsEntry = Union[Tuple[str, Type], Tuple[str, Type, int]]
4645

0 commit comments

Comments
 (0)