This commit is contained in:
M1ha.Shvn 2022-10-19 12:32:30 +05:00
parent ac8d34c261
commit 9fb93060ef

View File

@ -185,7 +185,7 @@ class RunSQL(LibRunSQL):
self.hints = hints or {}
class RunPython(LibRunSQL):
class RunPython(LibRunPython):
def __init__(self, *args, hints: Optional[dict] = None, **kwargs):
super().__init__(*args, **kwargs)
self.hints = hints or {}