Skip to content

Commit

Permalink
ruff: format
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Sep 30, 2024
1 parent 3eda6e8 commit 3d423fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dooit/ui/api/api_components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"LayoutManager",
"VarManager",
"Formatter",
"DashboardManager"
"DashboardManager",
]
1 change: 0 additions & 1 deletion dooit/ui/api/api_components/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@


class DashboardManager(ApiComponent):

def set(self, labels: List):
pass

0 comments on commit 3d423fc

Please sign in to comment.