Python: Apply suggestions from code review

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2022-05-05 14:14:44 +02:00
committed by GitHub
parent 0a589bed4e
commit dfe99b0b51

View File

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