We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9832b commit 615bd0eCopy full SHA for 615bd0e
1 file changed
nitric/application.py
@@ -88,7 +88,7 @@ def _create_tracer(cls, local: bool = True, sampler: int = 100) -> TracerProvide
88
return provider
89
90
@classmethod
91
- def run(cls):
+ def run(cls) -> None:
92
"""
93
Start the nitric application.
94
0 commit comments