Skip to content

Commit

Permalink
ui: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
1138-4EB committed Nov 14, 2019
1 parent bd02e96 commit ba1ef07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vunit/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@

from .common import LOGGER, select_vhdl_standard, check_not_empty
from .source import SourceFile, SourceFileList
from .test import Test # pylint: disable=unused-import
from .testbench import TestBench # pylint: disable=unused-import
from .packagefacade import PackageFacade # pylint: disable=unused-import
from .library import Library
from .results import Results

Expand Down

0 comments on commit ba1ef07

Please sign in to comment.