aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-06-03 23:58:38 -0700
committerBryan Newbold <bnewbold@archive.org>2020-06-03 23:58:38 -0700
commit649913ba9fbab8e9b7b428dec6526797c5b1c532 (patch)
treef89c3807a2b2125512626dcb766bd84c8ba07106 /tests
parent4c90b94c24e9e78382d12947fb27c203318d6c9c (diff)
downloadfatcat-scholar-649913ba9fbab8e9b7b428dec6526797c5b1c532.tar.gz
fatcat-scholar-649913ba9fbab8e9b7b428dec6526797c5b1c532.zip
start some annotaition fixes for pytype
Diffstat (limited to 'tests')
-rw-r--r--tests/test_scrub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_scrub.py b/tests/test_scrub.py
index 2cd68cc..fc6ef22 100644
--- a/tests/test_scrub.py
+++ b/tests/test_scrub.py
@@ -1,4 +1,4 @@
-from fatcat_scholar.schema import *
+from fatcat_scholar.schema import scrub_text
def test_scrub() -> None: