Skip to content

Commit d8bebad

Browse files
committed
HEA-592 first version of Inventory Dashboard
1 parent fffa294 commit d8bebad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/viz/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ class VizConfig(AppConfig):
99
verbose_name = _("viz")
1010

1111
def ready(self):
12-
import viz.dash.inventory_dashboard.app
12+
import viz.dash.inventory_dashboard.app # noqa

apps/viz/urls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from django.urls import path
22

3-
import viz.dash.inventory_dashboard.app
3+
import viz.dash.inventory_dashboard.app # noqa
44

5-
from .views import InventoryDashboardView
5+
from .views import InventoryDashboardView # noqa
66

77
app_name = "viz"
88

0 commit comments

Comments
 (0)