File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ def __call__(
136
136
format = None ,
137
137
as_dict = None ,
138
138
squeeze = False ,
139
- download_path = "."
139
+ download_path = "." ,
140
140
):
141
141
"""
142
142
Fetches the expression results from the database into an np.array or list of dictionaries and
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def __init__(
27
27
* ,
28
28
secure = False ,
29
29
proxy_server = None ,
30
- ** _
30
+ ** _ ,
31
31
):
32
32
# from https://docs.min.io/docs/python-client-api-reference
33
33
self .client = minio .Minio (
Original file line number Diff line number Diff line change @@ -104,5 +104,8 @@ class IJ(dj.Lookup):
104
104
]
105
105
106
106
cleaned = stdout .strip (" >\t \n \r " )
107
- for key in ("test_schema" , "Schema `djtest_cli`" ,):
107
+ for key in (
108
+ "test_schema" ,
109
+ "Schema `djtest_cli`" ,
110
+ ):
108
111
assert key in cleaned , f"Key { key } not found in config from stdout: { cleaned } "
You can’t perform that action at this time.
0 commit comments