lint
This commit is contained in:
parent
ca10874006
commit
b61424979d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from contextvars import ContextVar
|
||||||
|
|
||||||
from sqlalchemy import create_engine, inspect, bindparam, func, exists, event as sqlalchemy_event
|
from sqlalchemy import create_engine, inspect, bindparam, func, exists, event as sqlalchemy_event
|
||||||
from sqlalchemy.future import select
|
from sqlalchemy.future import select
|
||||||
from sqlalchemy.engine import Engine, Connection
|
from sqlalchemy.engine import Engine
|
||||||
from sqlalchemy.sql import Insert
|
from sqlalchemy.sql import Insert
|
||||||
try:
|
try:
|
||||||
from pgcopy import CopyManager
|
from pgcopy import CopyManager
|
||||||
|
|
Loading…
Reference in a new issue