From ea28911d14f3996ace13bf95ce1b8f6537d43fcc Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 22 Oct 2020 18:36:18 -0700 Subject: remove minor unused imports --- fatcat_scholar/web.py | 1 - 1 file changed, 1 deletion(-) (limited to 'fatcat_scholar/web.py') 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 -- cgit v1.2.3