Skip to content

Commit f134fdd

Browse files
committed
fixed json handling issue
1 parent bdd41dd commit f134fdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pystackql/stackql.py

-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ def _run_query(self, query, custom_auth=None, env_vars=None):
207207
"""
208208

209209
local_params = self.params.copy()
210-
# local_params.insert(1, shlex.quote(query))
211210
script_path = None
212211

213212
if self.platform.startswith("Windows"):

0 commit comments

Comments
 (0)