mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-6955 Unused import not greyed out if also failing
This commit is contained in:
@@ -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()
|
||||
@@ -6,3 +6,4 @@ import datetime
|
||||
|
||||
sys.path
|
||||
datetime.datetime
|
||||
foo.bar()
|
||||
@@ -1 +1 @@
|
||||
import xyzzy_shazam
|
||||
|
||||
|
||||
Reference in New Issue
Block a user