Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 051f71c

Browse files
Fix F401 'pyathenajdbc.error.NotSupportedError' imported but unused
1 parent b88ae2d commit 051f71c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyathenajdbc/cursor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from future.utils import raise_from
77
from past.builtins.misc import xrange
88

9-
from pyathenajdbc.error import DatabaseError, NotSupportedError, ProgrammingError
9+
from pyathenajdbc.error import DatabaseError, ProgrammingError
1010
from pyathenajdbc.util import attach_thread_to_jvm, synchronized
1111

1212
_logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)