Skip to content

Commit

Permalink
Update format_bonds.py
Browse files Browse the repository at this point in the history
Maybe this change is more clear...
Note the deletion of the "autopep8" stuff formerly in line 254ff.
  • Loading branch information
andwar committed Apr 21, 2015
1 parent 9fba882 commit 996de9a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions format_bonds.py
Expand Up @@ -251,13 +251,9 @@ def format_bonds(
['CZ', 'NH1'],
['CZ', 'NH2']
]
<<<<<<< HEAD

ARG_bonds_double=[
['CZ','NH1']
=======
ARG_bonds_double = [
['C', 'NH1']
>>>>>>> autopep8
]

##### FORMATING #####
Expand Down

0 comments on commit 996de9a

Please sign in to comment.