delete duplicate imports

This commit is contained in:
Erik Krogh Kristensen
2022-04-21 13:59:13 +02:00
parent c015ef6ef4
commit a96489b23d
10 changed files with 0 additions and 10 deletions

View File

@@ -10,7 +10,6 @@
import python
import Lexical.CommentedOutCode
import python
from File f, int n
where n = count(CommentedOutCodeLine c | not c.maybeExampleCode() and c.getLocation().getFile() = f)