Skip to content

Commit

Permalink
fix unused stuffs
Browse files Browse the repository at this point in the history
Signed-off-by: matthias.gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Feb 13, 2024
1 parent 0d234ec commit b9fc9cd
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion osc_tui/createVm.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def __init__(self, *args, **keywords):

class OscButtonPress(oscscreen.ButtonPress):
def __init__(self, *args, **keywords):
term_size = os.get_terminal_size()
keywords["popup_columns"] = POPUP_COLUMNS
keywords["popup_lines"] = 40
keywords["relx"] = LIST_THRESHOLD - 2
Expand Down
1 change: 0 additions & 1 deletion osc_tui/dhcpOptions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from osc_tui import main
from osc_tui import popup
from osc_tui import selectableGrid

class dhcpOptionsGrid(selectableGrid.SelectableGrid):
Expand Down
1 change: 0 additions & 1 deletion osc_tui/internetServices.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from osc_tui import main
from osc_tui import popup
from osc_tui import selectableGrid

class internetServicesGrid(selectableGrid.SelectableGrid):
Expand Down
1 change: 0 additions & 1 deletion osc_tui/natServices.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from osc_tui import main
from osc_tui import popup
from osc_tui import selectableGrid

class natServicesGrid(selectableGrid.SelectableGrid):
Expand Down
1 change: 0 additions & 1 deletion osc_tui/nicsGrid.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from osc_tui import main
from osc_tui import popup
from osc_tui import selectableGrid

class nicsGrid(selectableGrid.SelectableGrid):
Expand Down
1 change: 0 additions & 1 deletion osc_tui/publicIps.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from osc_tui import main
from osc_tui import popup
from osc_tui import selectableGrid

class publicIpsGrid(selectableGrid.SelectableGrid):
Expand Down

0 comments on commit b9fc9cd

Please sign in to comment.