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/import_pubmed.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/tests/import_pubmed.py') diff --git a/python/tests/import_pubmed.py b/python/tests/import_pubmed.py index 8b5ff3e5..371c59bb 100644 --- a/python/tests/import_pubmed.py +++ b/python/tests/import_pubmed.py @@ -1,10 +1,10 @@ import pytest from bs4 import BeautifulSoup - -from fatcat_tools.importers import PubmedImporter, Bs4XmlLargeFilePusher from fixtures import * +from fatcat_tools.importers import Bs4XmlLargeFilePusher, PubmedImporter + @pytest.fixture(scope="function") def pubmed_importer(api): -- cgit v1.2.3