Python points-to: Remove duplicate import.

This commit is contained in:
Mark Shannon
2019-05-29 14:54:51 +01:00
parent 1ed3e5d9bc
commit 71ae61c9f7

View File

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