Skip to content

Commit

Permalink
Fixed black
Browse files Browse the repository at this point in the history
  • Loading branch information
svarona committed Sep 26, 2023
1 parent ee757d5 commit 8bda683
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bu_isciii/scratch.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ def __init__(
self.direction = direction

# Load conf
conf_api = bu_isciii.config_json.ConfigJson().get_configuration(
"api_settings"
)
conf_api = bu_isciii.config_json.ConfigJson().get_configuration("api_settings")
# Obtain info from iskylims api
rest_api = bu_isciii.drylab_api.RestServiceApi(
conf_api["server"],
Expand Down Expand Up @@ -94,7 +92,9 @@ def __init__(
)
sys.exit()
else:
self.path = bu_isciii.utils.get_service_paths("services_and_colaborations", self.resolution_info, "non_archived_path")
self.path = bu_isciii.utils.get_service_paths(
"services_and_colaborations", self.resolution_info, "non_archived_path"
)

self.full_path = os.path.join(self.path, self.service_folder)

Expand Down

0 comments on commit 8bda683

Please sign in to comment.