From 956e64f47f7d47f2539cd6575c25ec0b6a33e567 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 27 Oct 2021 14:19:29 -0700 Subject: re-style imports (isort) on all core python files --- tests/test_web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_web.py') diff --git a/tests/test_web.py b/tests/test_web.py index d9cfab6..8225731 100644 --- a/tests/test_web.py +++ b/tests/test_web.py @@ -1,9 +1,9 @@ import json from typing import Any +import fatcat_openapi_client import pytest from fastapi.testclient import TestClient -import fatcat_openapi_client from fatcat_scholar.web import app -- cgit v1.2.3