Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Oct 13, 2023
1 parent f9a2ad8 commit 3f31ba8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions py4DSTEM/process/diffraction/crystal.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,7 @@ def from_prismatic(filepath):

# check if ase is installed
if find_spec("ase") is None:
raise ImportWarning(
"Could not import ASE, please install, and try again"
)
raise ImportWarning("Could not import ASE, please install, and try again")
else:
from ase.io import read

Expand Down

0 comments on commit 3f31ba8

Please sign in to comment.