Skip to content

Commit 6f89935

Browse files
committed
remove reveal type
1 parent 9e33f2e commit 6f89935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scyjava/_convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from bisect import insort
1010
from importlib.util import find_spec
1111
from pathlib import Path
12-
from typing import Any, Callable, Dict, List, NamedTuple, reveal_type
12+
from typing import Any, Callable, Dict, List, NamedTuple
1313

1414
from jpype import JBoolean, JByte, JChar, JDouble, JFloat, JInt, JLong, JShort
1515

0 commit comments

Comments
 (0)