Skip to content

Commit 284bc84

Browse files
committed
chore: run pre-commit
1 parent 00987ec commit 284bc84

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/diffpy/structure/parsers/p_auto.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ def parse_file(self, filename):
180180
self.filename = filename
181181
return self._wrap_parse_method("parse_file", filename)
182182

183-
184183
def _wrap_parse_method(self, method: object, *args: object, **kwargs: object) -> Any:
185184
"""A helper evaluator method that try the specified parse method
186185
with each registered structure parser and return the first

src/diffpy/structure/parsers/p_cif.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ def parseFile(self, filename):
387387
"""
388388
return self.parse_file(filename)
389389

390-
391390
def parse_file(self, filename):
392391
"""Create Structure from an existing CIF file.
393392

0 commit comments

Comments
 (0)