File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 99from getpass import getpass
1010import re
1111import pathlib
12- import shutil
1312
1413from .settings import config
1514from . import errors
2221query_log_max_length = 300
2322
2423
25- cache_key = "query_cache" # the key to lookup the query_cache folder in dj.config
24+ cache_key = "query_cache" # the key to lookup the query_cache folder in dj.config
2625
2726
2827def get_host_hook (host_input ):
@@ -224,7 +223,7 @@ def connect(self):
224223 k : v
225224 for k , v in self .conn_info .items ()
226225 if k not in ["ssl_input" , "host_input" ]
227- }
226+ },
228227 )
229228 except client .err .InternalError :
230229 self ._conn = client .connect (
@@ -240,7 +239,7 @@ def connect(self):
240239 or k == "ssl"
241240 and self .conn_info ["ssl_input" ] is None
242241 )
243- }
242+ },
244243 )
245244 self ._conn .autocommit (True )
246245
You can’t perform that action at this time.
0 commit comments