Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
samblau committed May 3, 2021
1 parent e694a49 commit 03372b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/io/qchem/outputs.py
Expand Up @@ -55,7 +55,7 @@ def __init__(self, filename: str):
self.data["errors"] = []
self.data["warnings"] = {}
self.text = ""
with zopen(filename, mode='rt', encoding="ISO-8859-1") as f:
with zopen(filename, mode="rt", encoding="ISO-8859-1") as f:
self.text = f.read()

# Check if output file contains multiple output files. If so, print an error message and exit
Expand Down

0 comments on commit 03372b1

Please sign in to comment.