mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Python points-to: Remove duplicate import.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
import python
|
||||
import semmle.python.pointsto.PointsTo
|
||||
import semmle.python.pointsto.PointsTo
|
||||
|
||||
from Value sup, Value cls
|
||||
where Expressions::requireSubClass(cls, sup)
|
||||
|
||||
Reference in New Issue
Block a user