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:
Rasmus Wriedt Larsen
2022-03-01 15:39:52 +01:00
parent a1c7ec8c6d
commit 27d5349a74
2 changed files with 0 additions and 4 deletions

View File

@@ -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

View File

@@ -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