PY-6955 Unused import not greyed out if also failing

This commit is contained in:
Ilya.Kazakevich
2014-01-21 04:18:46 +04:00
parent d2af13aa3a
commit 09916b56ca
5 changed files with 5 additions and 1 deletions
@@ -8,3 +8,4 @@ from bar import *
sys.path
datetime.datetime
foo.bar()
@@ -7,3 +7,4 @@ from bar import *
sys.path
datetime.datetime
foo.bar()
@@ -8,3 +8,4 @@ from bar import *
sys.path
datetime.datetime
foo.bar()
+1
View File
@@ -6,3 +6,4 @@ import datetime
sys.path
datetime.datetime
foo.bar()
@@ -1 +1 @@
import xyzzy_shazam