Skip to content

Commit

Permalink
add return type to the 'run' function
Browse files Browse the repository at this point in the history
  • Loading branch information
jyecusch committed Jun 23, 2023
1 parent 6c9832b commit 615bd0e
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 615bd0e

Please sign in to comment.