Skip to content

Commit

Permalink
🏷️ hinting type updated
Browse files Browse the repository at this point in the history
  • Loading branch information
agn-7 committed Nov 21, 2023
1 parent efad341 commit a504304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# models.Base.metadata.create_all(bind=engine)


def override_get_db():
def override_get_db() -> TestingSessionLocal:
try:
models.Base.metadata.create_all(bind=engine)
session = TestingSessionLocal()
Expand Down

0 comments on commit a504304

Please sign in to comment.