Skip to content

Commit 1e40213

Browse files
committed
use <class> instead of <class>::Range
1 parent af75d85 commit 1e40213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/test/experimental/semmle/python/frameworks/clickhouse-driver/ClickHouseDriver.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import python
22
import experimental.semmle.python.frameworks.ClickHouseDriver
33
import semmle.python.Concepts
44

5-
from SqlExecution::Range s
5+
from SqlExecution s
66
select s, s.getSql()

0 commit comments

Comments
 (0)