Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jan 14, 2025
1 parent 7837da5 commit 97c13cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_pdb_to_cif.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

class Tests(unittest.TestCase):
def compare_files(self, f1, f2):
self.maxDiff=None
with open(f1) as fh:
f1_contents = fh.read()
with open(f2) as fh:
Expand Down

0 comments on commit 97c13cb

Please sign in to comment.