mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Python: Apply suggestions from code review
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
committed by
GitHub
parent
0a589bed4e
commit
dfe99b0b51
@@ -4,7 +4,7 @@ private import semmle.python.dataflow.new.internal.PrintNode
|
|||||||
private import semmle.python.frameworks.data.ModelsAsData
|
private import semmle.python.frameworks.data.ModelsAsData
|
||||||
// need to import Frameworks to get the actual modeling imported
|
// need to import Frameworks to get the actual modeling imported
|
||||||
private import semmle.python.Frameworks
|
private import semmle.python.Frameworks
|
||||||
// this improt needs to be public to get the query predicates propagated to the actual test files
|
// this import needs to be public to get the query predicates propagated to the actual test files
|
||||||
import TestUtilities.InlineExpectationsTest
|
import TestUtilities.InlineExpectationsTest
|
||||||
|
|
||||||
class MadSinkTest extends InlineExpectationsTest {
|
class MadSinkTest extends InlineExpectationsTest {
|
||||||
|
|||||||
Reference in New Issue
Block a user