mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2024-11-10 19:36:38 +03:00
Bug fix
This commit is contained in:
parent
ac8d34c261
commit
9fb93060ef
|
@ -185,7 +185,7 @@ class RunSQL(LibRunSQL):
|
||||||
self.hints = hints or {}
|
self.hints = hints or {}
|
||||||
|
|
||||||
|
|
||||||
class RunPython(LibRunSQL):
|
class RunPython(LibRunPython):
|
||||||
def __init__(self, *args, hints: Optional[dict] = None, **kwargs):
|
def __init__(self, *args, hints: Optional[dict] = None, **kwargs):
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
self.hints = hints or {}
|
self.hints = hints or {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user