Skip to content

Commit

Permalink
Fix isort issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Feb 14, 2024
1 parent d44eeb0 commit 8301fb9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/freva_deployment/ui/deployment_tui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
from freva_deployment.utils import asset_dir, config_dir, load_config

from .base import BaseForm, VarForm, selectFile
from .deploy_forms import CoreScreen, DatabrowserScreen, DBScreen, RunForm, WebScreen
from .deploy_forms import (
CoreScreen,
DatabrowserScreen,
DBScreen,
RunForm,
WebScreen,
)


class MainApp(npyscreen.NPSAppManaged):
Expand Down

0 comments on commit 8301fb9

Please sign in to comment.