Skip to content

Commit

Permalink
Python: Fixup for callGraphConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusWL committed Apr 23, 2024
1 parent bb00d69 commit 1bc085c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/ql/test/library-tests/dataflow/basic/callGraph.ql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import experimental.dataflow.callGraphConfig
import TestUtilities.dataflow.callGraphConfig

from DataFlow::Node source, DataFlow::Node sink
where
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import experimental.dataflow.callGraphConfig
import TestUtilities.dataflow.callGraphConfig

from DataFlow::Node sink
where
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import experimental.dataflow.callGraphConfig
import TestUtilities.dataflow.callGraphConfig

from DataFlow::Node source
where
Expand Down

0 comments on commit 1bc085c

Please sign in to comment.