Skip to content

Commit 3608542

Browse files
author
Tim Wanders
committed
Fixed python error
1 parent cb7d87a commit 3608542

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commands/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from .hide_panel import OmniSharpHidePanel
1818
from .show_panel import OmniSharpShowPanel
1919
from .run_unit_tests import OmniSharpRunUnitTests
20-
from .build_project import OmniSharpBuildProject
2120
from .reload_solution import OmniSharpReloadSolution
2221
from .navigate_to import OmniSharpNavigateTo
2322
from .show_server_output import OmniSharpShowServerOutput
@@ -45,7 +44,6 @@
4544
'OmniSharpHidePanel',
4645
'OmniSharpShowPanel',
4746
'OmniSharpRunUnitTests',
48-
'OmniSharpBuildProject',
4947
'OmniSharpReloadSolution',
5048
'OmniSharpNavigateTo',
5149
'OmniSharpShowServerOutput',

0 commit comments

Comments
 (0)