Skip to content

Commit a96ebfe

Browse files
committed
Remove traceback import
It is not used
1 parent 50368a1 commit a96ebfe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/scyjava/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import atexit
22
import collections.abc
33
from functools import lru_cache
4-
import traceback
54
from typing import Any, Callable, NamedTuple
65
import typing
76
import jgo

0 commit comments

Comments
 (0)