Skip to content

Commit 27d5349

Browse files
committed
Python: ORM: Remove imports from test code
These are no longer needed, as data-flow now has this import by default
1 parent a1c7ec8 commit 27d5349

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
import python
22
import experimental.dataflow.TestUtil.NormalDataflowTest
3-
// Needs to import Django modeling to get the extra data-flow steps enabled.
4-
import semmle.python.Frameworks
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
import semmle.python.dataflow.new.internal.DataFlowImplConsistency::Consistency
2-
// Needs to import Django modeling to get the extra data-flow steps enabled.
3-
import semmle.python.Frameworks

0 commit comments

Comments
 (0)