Skip to content

Commit

Permalink
Quiet mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Oct 9, 2023
1 parent 641aba2 commit 50db7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ns/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_configured_container(*, config: Config) -> Container:

async def consume_events(run_forever: bool = True):
"""Start consuming events with kafka"""
config = Config()
config = Config() # type: ignore [call-arg]

async with get_configured_container(config=config) as container:
event_consumer = await container.kafka_event_subscriber()
Expand Down

0 comments on commit 50db7ed

Please sign in to comment.