Skip to content

Commit

Permalink
RM-96 try to use db-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantimjohn committed Jul 24, 2023
1 parent 0cfc024 commit ab923df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions records_mover/records/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ class Records:
"Alias of :meth:`records_mover.records.move`"

def __init__(self,
db_driver: Union[Callable[[Union['Engine', 'Connection']], 'DBDriver'],
PleaseInfer] = PleaseInfer.token,
db_driver: Union['DBDriver', PleaseInfer] = PleaseInfer.token,
url_resolver: Union[UrlResolver, PleaseInfer] = PleaseInfer.token,
session: Union['Session', PleaseInfer] = PleaseInfer.token) -> None:
if db_driver is PleaseInfer.token or url_resolver is PleaseInfer.token:
Expand Down

0 comments on commit ab923df

Please sign in to comment.