We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6ebdc commit bab1d77Copy full SHA for bab1d77
tortoise/backends/oracle/client.py
@@ -5,6 +5,7 @@
5
from typing import TYPE_CHECKING, Any, SupportsInt, cast
6
7
import pyodbc
8
+
9
try:
10
from ciso8601 import parse_datetime
11
except ImportError: # pragma: nocoverage
0 commit comments