Skip to content

Commit

Permalink
chore: add return type to Nitric.run() (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm authored Jun 23, 2023
2 parents ab67989 + 615bd0e commit e2f8f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitric/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _create_tracer(cls, local: bool = True, sampler: int = 100) -> TracerProvide
return provider

@classmethod
def run(cls):
def run(cls) -> None:
"""
Start the nitric application.
Expand Down

0 comments on commit e2f8f88

Please sign in to comment.