diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-08-12 13:24:17 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-08-12 13:24:17 -0700 |
commit | 7603dd0ade23e22197acd1fd1d35962c314cf797 (patch) | |
tree | f1adc0434f81f0cccb1ac582262ed222da15866a /fatcat_scholar/web.py | |
parent | cfdea6c069d2a97139ddcbb08efa4aea43230f0f (diff) | |
download | fatcat-scholar-7603dd0ade23e22197acd1fd1d35962c314cf797.tar.gz fatcat-scholar-7603dd0ade23e22197acd1fd1d35962c314cf797.zip |
fmt/lint tweaks
Diffstat (limited to 'fatcat_scholar/web.py')
-rw-r--r-- | fatcat_scholar/web.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fatcat_scholar/web.py b/fatcat_scholar/web.py index 4110ddb..866214e 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 babel.support from fastapi import FastAPI, APIRouter, Request, Depends, Response from fastapi.staticfiles import StaticFiles |