Skip to content

Commit 2942a11

Browse files
committed
Python: Import API graphs privately
1 parent e812eb7 commit 2942a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/regex.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import python
22
deprecated import semmle.python.objects.ObjectInternal as OI
3-
import semmle.python.ApiGraphs
3+
private import semmle.python.ApiGraphs
44

55
/**
66
* Gets the positional argument index containing the regular expression flags for the member of the

0 commit comments

Comments
 (0)