Skip to content

Commit 5f00ce8

Browse files
authored
Update dbapi2_asyncio.py
1 parent 529e1a7 commit 5f00ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticapm/instrumentation/packages/asyncio/dbapi2_asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
from elasticapm.traces import capture_span
4242
from elasticapm.utils.encoding import force_text, shorten
4343
from elasticapm.contrib.asyncio.traces import async_capture_span
44-
from elasticapm.instrumentation.packages.dbapi2 import (Literal, skip_to, look_for_table, _scan_for_table_with_tokens,
44+
from elasticapm.instrumentation.packages.dbapi2 import (Literal, look_for_table, _scan_for_table_with_tokens,
4545
tokenize, scan, extract_signature, QUERY_ACTION, EXEC_ACTION)
4646

4747

0 commit comments

Comments
 (0)