Skip to content

Commit

Permalink
resolve linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdub committed Dec 11, 2024
1 parent f31db90 commit 49c3e1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions nautobot_golden_config/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from nautobot.apps.ui import NavMenuAddButton, NavMenuGroup, NavMenuItem, NavMenuTab


menu_items = (
NavMenuTab(
name="Golden Config",
Expand Down Expand Up @@ -38,7 +37,7 @@
),
),
),
)
),
),
NavMenuGroup(
name="Setup",
Expand Down Expand Up @@ -110,7 +109,7 @@
),
),
),
)
),
),
NavMenuGroup(
name="Tools",
Expand Down
4 changes: 1 addition & 3 deletions nautobot_golden_config/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,7 @@ class GoldenConfigTable(BaseTable):
verbose_name="Device",
)
backup_last_success_date = Column(
verbose_name="Backup Status",
empty_values=(),
order_by="backup_last_success_date"
verbose_name="Backup Status", empty_values=(), order_by="backup_last_success_date"
)
intended_last_success_date = Column(
verbose_name="Intended Status",
Expand Down

0 comments on commit 49c3e1d

Please sign in to comment.