Skip to content

Commit

Permalink
fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Jan 7, 2025
1 parent d70f634 commit b06a242
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/hl/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def test_create(self):
filename = self.getFileName("new_file")
print("filename:", filename)
now = time.time()
print("test create")
f = h5py.File(filename, 'w')
self.assertEqual(f.filename, filename)
self.assertEqual(f.name, "/")
Expand Down Expand Up @@ -234,7 +233,6 @@ def test_file_clone(self):
self.assertEqual(g.filename, f.filename)
self.assertEqual(g.id.id, f.id.id)
self.assertTrue("g1" in g)
self.assertEqual(f._version, g._version)

f.close()
g.close()
Expand Down

0 comments on commit b06a242

Please sign in to comment.