Skip to content

Commit 615bd0e

Browse files
committed
add return type to the 'run' function
1 parent 6c9832b commit 615bd0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nitric/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def _create_tracer(cls, local: bool = True, sampler: int = 100) -> TracerProvide
8888
return provider
8989

9090
@classmethod
91-
def run(cls):
91+
def run(cls) -> None:
9292
"""
9393
Start the nitric application.
9494

0 commit comments

Comments
 (0)