Skip to content

Commit

Permalink
solve linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
htz1992213 committed Jun 1, 2021
1 parent f8702fa commit 3a90f50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pymatgen/analysis/elasticity/stress.py
Expand Up @@ -9,7 +9,6 @@
"""

import math
import warnings

import numpy as np

Expand Down
2 changes: 1 addition & 1 deletion pymatgen/entries/compatibility.py
Expand Up @@ -565,7 +565,7 @@ def process_entries(self, entries: Union[ComputedEntry, list], clean: bool = Tru
# get the energy adjustments
try:
adjustments = self.get_adjustments(entry)
except CompatibilityError as exc:
except CompatibilityError:
ignore_entry = True
continue

Expand Down

0 comments on commit 3a90f50

Please sign in to comment.