mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
delete redundant imports
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/** Contains predicates concerning when and where files are opened and closed. */
|
||||
|
||||
import python
|
||||
import semmle.python.GuardedControlFlow
|
||||
import semmle.python.pointsto.Filters
|
||||
|
||||
/** Holds if `open` is a call that returns a newly opened file */
|
||||
|
||||
Reference in New Issue
Block a user