Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 23, 2025
1 parent e6b907a commit 9b49650
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/python/impactx/dashboard/Input/components/card.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from typing import Optional

from ... import html, setup_server, vuetify
from ..defaults import TooltipDefaults, UIDefaults
from ... import setup_server, vuetify
from ..defaults import UIDefaults
from ..generalFunctions import generalFunctions

server, state, ctrl = setup_server()
Expand Down
1 change: 1 addition & 0 deletions src/python/impactx/dashboard/Input/components/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

server, state, ctrl = setup_server()


class InputComponents:
"""
Class contains staticmethod to create
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
state.documentation_drawer_open = False
state.documentation_url = ""


class NavigationComponents:
"""
Class contains staticmethods to create
Expand Down

0 comments on commit 9b49650

Please sign in to comment.