Skip to content

Commit

Permalink
hack to deal with black vs. flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-miller committed Nov 19, 2019
1 parent 1acefd3 commit 07f5550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_PDB.py
Expand Up @@ -923,7 +923,7 @@ def test_strict(self):

def test_model_numbering(self):
"""Preserve model serial numbers during I/O."""

# comment for black formatter vs. flake8 issue
def confirm_numbering(struct):
self.assertEqual(len(struct), 3)
for idx, model in enumerate(struct):
Expand Down

0 comments on commit 07f5550

Please sign in to comment.