aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/web_routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/web_routes.py')
-rw-r--r--python/tests/web_routes.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/tests/web_routes.py b/python/tests/web_routes.py
index 026776ee..0edf06d1 100644
--- a/python/tests/web_routes.py
+++ b/python/tests/web_routes.py
@@ -1,7 +1,4 @@
-import json
-import pytest
-from fatcat_openapi_client.rest import ApiException
from fixtures import *
@@ -13,4 +10,3 @@ def test_static_routes(app):
assert app.get("/search").status_code == 302
assert app.get("/static/bogus/route").status_code == 404
-