Skip to content

Commit 579ec87

Browse files
authored
Update parsers.py
1 parent 4702516 commit 579ec87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qe_xml_parser/src/qe_xml_parser/parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from ase import Atoms
77
from importlib.resources import files
88

9-
from qe_xml_parser.schemas import schemas
9+
from . import schemas
1010

1111

1212
def parse_pw(xml_file):

0 commit comments

Comments
 (0)