mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
delete duplicate imports
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user