Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
Update test_rest_helper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 20, 2021
1 parent 8be0f50 commit bbfe46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _unittests/ut_netrest/test_rest_helper.py
Expand Up @@ -30,7 +30,7 @@ def test_json_upload_model(self):
f.write(model_data)

# application
with open(template_ml.__file__, "r") as f:
with open(template_ml.__file__, "r") as f: # pylint: disable=W1514
code = f.read()
code = code.replace("iris2.pkl", "model_iris.pkl")
pyfile = os.path.join(temp, "model.py")
Expand Down

0 comments on commit bbfe46c

Please sign in to comment.