Skip to content

Commit bab1d77

Browse files
committed
Fix lint issue
1 parent 4a6ebdc commit bab1d77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tortoise/backends/oracle/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from typing import TYPE_CHECKING, Any, SupportsInt, cast
66

77
import pyodbc
8+
89
try:
910
from ciso8601 import parse_datetime
1011
except ImportError: # pragma: nocoverage

0 commit comments

Comments
 (0)