Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Jun 21, 2023
1 parent 337e1df commit 873e0c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@ def _list_bundles(self,
map(str, self.managed_access_sources_by_catalog[catalog])
)
index = first(
i for i, source in enumerate(sources)
i
for i, source in enumerate(sources)
if source not in managed_access_sources
)
sources[0], sources[index] = sources[index], sources[0]
Expand Down

0 comments on commit 873e0c0

Please sign in to comment.