Skip to content

Commit d70f247

Browse files
committed
Python: More private import python
1 parent 084c8eb commit d70f247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/SpecialMethods.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Extend `SpecialMethod::Potential` to capture more cases.
99
*/
1010

11-
import python
11+
private import python
1212

1313
/** A control flow node which might correspond to a special method call. */
1414
class PotentialSpecialMethodCallNode extends ControlFlowNode {

0 commit comments

Comments
 (0)