Skip to content

Commit

Permalink
gh-actions/python format using ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
nkarasiak authored and github-actions[bot] committed Oct 31, 2023
1 parent 900acc2 commit ab6294c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def _collection_exists(self, collection, raise_warning=False):
return exists

def map_collection_bands(self, collection, bands):
if isinstance(bands, (dict|None)):
if isinstance(bands, (dict | None)):
return bands
if not self._collection_exists(collection):
return bands
Expand Down

0 comments on commit ab6294c

Please sign in to comment.