Skip to content

Commit

Permalink
fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Jul 10, 2023
1 parent 115f088 commit e8d32ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integ/query_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def testPutQuery(self):
params["Limit"] = 1
update_value = {"open": 999}
payload = {"value": update_value}

rsp = self.session.put(req, params=params, data=json.dumps(update_value), headers=headers)
self.assertEqual(rsp.status_code, 200)
rspJson = json.loads(rsp.text)
Expand Down
1 change: 0 additions & 1 deletion tests/integ/vlen_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

sys.path.append("../..")
from hsds.util.arrayUtil import arrayToBytes, bytesToArray
from hsds.util.chunkUtil import ndarray_compare
from hsds.util.hdf5dtype import createDataType


Expand Down

0 comments on commit e8d32ed

Please sign in to comment.