Skip to content

Commit

Permalink
run black - residue_report.py
Browse files Browse the repository at this point in the history
  • Loading branch information
janash committed Oct 7, 2020
1 parent b169127 commit 9a3f85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ELECTRIC/residue_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if __name__ == "__main__":
parser = argparse.ArgumentParser()

parser.add_argument('pdb_file', help='The pdb file to analyze.')
parser.add_argument("pdb_file", help="The pdb file to analyze.")

args = parser.parse_args()

Expand Down

0 comments on commit 9a3f85d

Please sign in to comment.