Skip to content

Commit 9cf96d1

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent bef8a1c commit 9cf96d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/diffpy/structure/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737

3838
# Interface definitions ------------------------------------------------------
3939

40-
import os
40+
import os
41+
4142
from diffpy.structure.atom import Atom
4243
from diffpy.structure.lattice import Lattice
4344
from diffpy.structure.parsers import getParser

tests/test_loadstructure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def test_badkwarg(self):
6262
def test_cif_pathlib(self):
6363
"""check loading CIF file using pathlib.Path input"""
6464
from pathlib import Path
65+
6566
f = self.datafile("PbTe.cif")
6667
f_path = Path(f) # Convert to Path object
6768
stru = loadStructure(f_path)

0 commit comments

Comments
 (0)