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 fffa294 commit d8bebadCopy full SHA for d8bebad
apps/viz/apps.py
@@ -9,4 +9,4 @@ class VizConfig(AppConfig):
9
verbose_name = _("viz")
10
11
def ready(self):
12
- import viz.dash.inventory_dashboard.app
+ import viz.dash.inventory_dashboard.app # noqa
apps/viz/urls.py
@@ -1,8 +1,8 @@
1
from django.urls import path
2
3
-import viz.dash.inventory_dashboard.app
+import viz.dash.inventory_dashboard.app # noqa
4
5
-from .views import InventoryDashboardView
+from .views import InventoryDashboardView # noqa
6
7
app_name = "viz"
8
0 commit comments