From 78f08280edea4ff65ca613ad30005c45cc48dea6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 2 Nov 2021 18:05:23 -0700 Subject: python: isort everything --- python/tests/api_editor.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'python/tests/api_editor.py') diff --git a/python/tests/api_editor.py b/python/tests/api_editor.py index ab118501..0c680a2f 100644 --- a/python/tests/api_editor.py +++ b/python/tests/api_editor.py @@ -1,8 +1,6 @@ -import pytest - import fatcat_openapi_client - +import pytest from fixtures import api -- cgit v1.2.3