Skip to content

Commit

Permalink
[qa] black
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Feb 20, 2024
1 parent f1037c2 commit ffebfcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gazu/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,10 @@ def update_metadata_descriptor(project, metadata_descriptor, client=default):
dict: The updated metadata descriptor.
"""
if "departments" in metadata_descriptor:
metadata_descriptor[
"departments"
] = normalize_list_of_models_for_links(
metadata_descriptor["departments"]
metadata_descriptor["departments"] = (
normalize_list_of_models_for_links(
metadata_descriptor["departments"]
)
)

project = normalize_model_parameter(project)
Expand Down
1 change: 1 addition & 0 deletions tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Contains utility routines to be used in gazu tests
"""

import sys
import binascii
import json
Expand Down

0 comments on commit ffebfcc

Please sign in to comment.