Skip to content

Commit 89e68db

Browse files
committed
make flake8 happy again
1 parent f0730a8 commit 89e68db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,7 @@ def test_restore_cwd(self):
818818
after = os.getcwd()
819819
self.assertEqual(before, after)
820820

821+
821822
class FlattenTest(unittest.TestCase):
822823
def test_good(self):
823824
array_3d = np.empty((200, 4, 4))

0 commit comments

Comments
 (0)