use <class> instead of <class>::Range

This commit is contained in:
Evgenii Protsenko
2021-05-20 22:56:08 +03:00
parent af75d85b2e
commit 1e40213abb

View File

@@ -2,5 +2,5 @@ import python
import experimental.semmle.python.frameworks.ClickHouseDriver
import semmle.python.Concepts
from SqlExecution::Range s
from SqlExecution s
select s, s.getSql()