Skip to content

Commit

Permalink
Ignore pyright issue :)
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed May 4, 2024
1 parent 5153151 commit a118aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/third_party/test_beanie_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

async def initialize_beanie() -> None:
client = AsyncMongoMockClient()
await init_beanie(document_models=[Widget], database=client.get_database(name="db"))
await init_beanie(document_models=[Widget], database=client.get_database(name="db")) # pyright: ignore


class Widget(Document):
Expand Down

0 comments on commit a118aef

Please sign in to comment.