Skip to content

Commit b1657a0

Browse files
committed
ruff format blah blah
1 parent 2d7a9db commit b1657a0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

irods/manager/data_object_manager.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,15 @@ def _download(self, obj_path, local_path, num_threads, updatables=(), **options)
257257
f.write(chunk)
258258
do_progress_updates(updatables, len(chunk))
259259

260-
def get(self,
260+
def get(
261+
self,
261262
path,
262263
local_path=None,
263264
num_threads=DEFAULT_NUMBER_OF_THREADS,
264265
updatables=(),
265266
replica_sort_function=None,
266-
**options):
267+
**options,
268+
):
267269
"""
268270
Create an iRODSDataObject instance representing the data object at the specified path. If local_path
269271
is not None, it names a local file to which the content of the data object will be downloaded.

0 commit comments

Comments
 (0)