update java/unused-import to match python

This commit is contained in:
erik-krogh
2022-08-11 22:22:26 +02:00
parent 54268f4424
commit 684a987abf

View File

@@ -71,4 +71,4 @@ where
not neededImport(i) and
not i instanceof ImportStaticOnDemand and
not i instanceof ImportStaticTypeMember
select i, "The statement '" + i + "' is unnecessary."
select i, "Import of '" + i + "' is not used."