Skip to content

Commit

Permalink
Fix missing arg in refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Nov 5, 2024
1 parent 94eec9b commit 799bd0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tiled/catalog/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1378,6 +1378,7 @@ def from_uri(
else:
poolclass = None # defer to sqlalchemy default
engine = create_async_engine(
uri,
echo=echo,
json_serializer=json_serializer,
poolclass=poolclass,
Expand Down

0 comments on commit 799bd0a

Please sign in to comment.