mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Python: ORM: Remove imports from test code
These are no longer needed, as data-flow now has this import by default
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
import python
|
||||
import experimental.dataflow.TestUtil.NormalDataflowTest
|
||||
// Needs to import Django modeling to get the extra data-flow steps enabled.
|
||||
import semmle.python.Frameworks
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
import semmle.python.dataflow.new.internal.DataFlowImplConsistency::Consistency
|
||||
// Needs to import Django modeling to get the extra data-flow steps enabled.
|
||||
import semmle.python.Frameworks
|
||||
|
||||
Reference in New Issue
Block a user