Skip to content

Commit e2f8f88

Browse files
authored
chore: add return type to Nitric.run() (#112)
2 parents ab67989 + 615bd0e commit e2f8f88

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)