diff options
Diffstat (limited to 'python/tests/api_editor.py')
-rw-r--r-- | python/tests/api_editor.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tests/api_editor.py b/python/tests/api_editor.py index 637736e4..64bb2759 100644 --- a/python/tests/api_editor.py +++ b/python/tests/api_editor.py @@ -4,8 +4,8 @@ import pytest import datetime from copy import copy -from fatcat_client import * -from fatcat_client.rest import ApiException +from fatcat_openapi_client import * +from fatcat_openapi_client.rest import ApiException from fixtures import * |