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/web_coverage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/tests/web_coverage.py') diff --git a/python/tests/web_coverage.py b/python/tests/web_coverage.py index 47123686..0dbf3df8 100644 --- a/python/tests/web_coverage.py +++ b/python/tests/web_coverage.py @@ -1,8 +1,8 @@ -import json -import pytest import datetime +import json +import pytest from fatcat_openapi_client.rest import ApiException from fixtures import * -- cgit v1.2.3