Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and lgray committed Mar 13, 2024
1 parent 6421cdd commit 644cead
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/coffea/dataset_tools/dataset_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,9 @@ def do_replicas(self, mode=None, selection=None):
ind = list(
map(
int,
Prompt.ask("Enter list of sites index to be used", default="0").split(" "),
Prompt.ask(
"Enter list of sites index to be used", default="0"
).split(" "),
)
)
sites_to_use = [list(sorted_sites.keys())[i] for i in ind]
Expand Down

0 comments on commit 644cead

Please sign in to comment.