Skip to content

Commit

Permalink
[skip ci] formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Dec 14, 2020
1 parent c393de2 commit 916ef63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crystals/tests/test_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,9 @@ def setUp(self):
self.parser_tise2 = PWSCFParser(
Path(__file__).parent / "data" / "pwscf_tise2.out"
)
self.parser_snse = PWSCFParser(Path(__file__).parent / "data" / "pwscf_snse.out")
self.parser_snse = PWSCFParser(
Path(__file__).parent / "data" / "pwscf_snse.out"
)
self.parser_graphite = PWSCFParser(
Path(__file__).parent / "data" / "pwscf_graphite.out"
)
Expand Down

0 comments on commit 916ef63

Please sign in to comment.