Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Apr 13, 2024
1 parent 1bed462 commit 3871647
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
pip install -e .[dev]
- name: black
run: |
black --diff --color ocdata
black --color ocdata
3 changes: 0 additions & 3 deletions ocdata/databases/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
Script for updating ase pkl and db files from v3.19 to v3.21.
Run it with ase v3.19.
"""


import pickle
from collections import defaultdict

import ase.io
from ase.atoms import Atoms
Expand Down

0 comments on commit 3871647

Please sign in to comment.