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 31712e7 commit a5409a5Copy full SHA for a5409a5
src/common/core/management/commands/docgen.py
@@ -24,8 +24,6 @@ def add_arguments(self, parser: CommandParser) -> None:
24
metric_parser.set_defaults(handle_method=self.handle_metrics)
25
26
def initialise(self) -> None:
27
- from common.gunicorn import metrics
28
-
29
autodiscover_modules(
30
"metrics",
31
)
0 commit comments