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 May 19, 2024
1 parent 7c8b747 commit eac8b19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions graphein/ml/datasets/pdb_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1396,9 +1396,7 @@ def cluster(
)

# Read FASTA
df = self.from_fasta(
ids="chain", filename=str(cluster_fname)
)
df = self.from_fasta(ids="chain", filename=str(cluster_fname))
if update:
self.df = df

Expand Down

0 comments on commit eac8b19

Please sign in to comment.