Skip to content

Commit

Permalink
fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Aug 9, 2023
1 parent de897fa commit e406f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/array_util_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def testGetNumpyValue(self):
self.assertTrue(False)
except ValueError:
pass # expected

def testJsonToArrayOnNoneArray(self):
data_dtype = np.dtype("i4")
data_shape = [0, ]
Expand Down

0 comments on commit e406f5e

Please sign in to comment.