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.
2 parents ab67989 + 615bd0e commit e2f8f88Copy full SHA for e2f8f88
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