Skip to content

Commit

Permalink
remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Feb 20, 2017
1 parent 112e653 commit 664ee27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/test_console.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from easydev.console import *
from easydev import console
from unittest.mock import patch


def test_get_terminal_width():
Expand Down
2 changes: 1 addition & 1 deletion test/test_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def test_platform():

assert get_platform() in ['Linux', 'Windows', 'Mac']

linux_distribution()
Expand Down

0 comments on commit 664ee27

Please sign in to comment.