diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-01 18:35:37 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-01 18:35:37 -0700 |
commit | ce37bdcd382c857383aad219de53d2432c07f1e7 (patch) | |
tree | 9dd1b9421f7650358acab4e9d39fb1e33d3bc31d /python/tests/web_search.py | |
parent | 30905f1effb33c3ef193d084120aa3fbd75d0b9b (diff) | |
download | fatcat-ce37bdcd382c857383aad219de53d2432c07f1e7.tar.gz fatcat-ce37bdcd382c857383aad219de53d2432c07f1e7.zip |
lint (flake8) python test files
Diffstat (limited to 'python/tests/web_search.py')
-rw-r--r-- | python/tests/web_search.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/tests/web_search.py b/python/tests/web_search.py index 24b817dc..7647bcf5 100644 --- a/python/tests/web_search.py +++ b/python/tests/web_search.py @@ -1,8 +1,7 @@ import json -import pytest import responses -from fatcat_openapi_client.rest import ApiException + from fixtures import * @responses.activate |