Skip to content

Commit

Permalink
Fix import formatting in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sisoe24 committed Dec 3, 2023
1 parent 495566b commit 15936d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vimdcc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
QVBoxLayout, QPlainTextEdit)

from .about import about
from .handlers import ( # DONT REMOVE THIS LINE (needed for loading) FIXME
normal, missing)
from .handlers import normal, missing # DONT REMOVE THIS LINE (FIXME)
from .settings import Settings
from .status_bar import status_bar
from .preferences import VimPreferences
Expand Down

0 comments on commit 15936d7

Please sign in to comment.