Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth committed Jan 4, 2024
1 parent 57e2063 commit 33243f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cubi_tk/irods/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import re
import typing

from cubi_tk.irods_common import iRODSCommon
from irods.collection import iRODSCollection
from irods.column import Like
from irods.data_object import iRODSDataObject
Expand All @@ -16,6 +15,8 @@
from logzero import logger
import tqdm

from cubi_tk.irods_common import iRODSCommon

MIN_NUM_REPLICAS = 2
NUM_PARALLEL_TESTS = 4
NUM_DISPLAY_FILES = 20
Expand Down
2 changes: 1 addition & 1 deletion cubi_tk/irods_common.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from contextlib import contextmanager
import getpass
import os.path
from contextlib import contextmanager
from pathlib import Path
from typing import Iterable

Expand Down

0 comments on commit 33243f3

Please sign in to comment.