diff options
| author | Bryan Newbold <bnewbold@archive.org> | 2020-10-22 18:36:18 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-22 18:36:18 -0700 | 
| commit | ea28911d14f3996ace13bf95ce1b8f6537d43fcc (patch) | |
| tree | d12207d87756900c246aa18f7b7084f6b5b23ef0 | |
| parent | b5cb2787f7c5d628bd1976dcd6d57b537f2e646c (diff) | |
| download | fatcat-scholar-ea28911d14f3996ace13bf95ce1b8f6537d43fcc.tar.gz fatcat-scholar-ea28911d14f3996ace13bf95ce1b8f6537d43fcc.zip | |
remove minor unused imports
| -rw-r--r-- | fatcat_scholar/search.py | 1 | ||||
| -rw-r--r-- | fatcat_scholar/web.py | 1 | 
2 files changed, 0 insertions, 2 deletions
| diff --git a/fatcat_scholar/search.py b/fatcat_scholar/search.py index 733ba82..5a4d47f 100644 --- a/fatcat_scholar/search.py +++ b/fatcat_scholar/search.py @@ -2,7 +2,6 @@  Helpers to make elasticsearch queries.  """ -import sys  import logging  import datetime  from gettext import gettext diff --git a/fatcat_scholar/web.py b/fatcat_scholar/web.py index 48174ff..73f79b5 100644 --- a/fatcat_scholar/web.py +++ b/fatcat_scholar/web.py @@ -4,7 +4,6 @@ This contains the FastAPI web application and RESTful API.  So far there are few endpoints, so we just put them all here!  """ -import sys  import logging  from typing import Optional, Any | 
