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] committed Feb 16, 2024
1 parent 1d5021b commit a69d5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openff/qcsubmit/results/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def from_datasets(
# Fetch all entries for use later. These get stored internally
# in the dataset class
# TODO: Is this necessary with QCF>=0.50?
#dataset.fetch_entries()
# dataset.fetch_entries()

if spec_name not in dataset.specifications:
raise KeyError(
Expand Down

0 comments on commit a69d5b9

Please sign in to comment.