Removed some unused imports

I found these with:

    flake8 datasette | grep unus
This commit is contained in:
Simon Willison 2021-07-15 23:26:06 -07:00
commit dd5ee8e668
8 changed files with 2 additions and 13 deletions

View file

@ -1,7 +1,5 @@
from re import VERBOSE
from setuptools import setup, find_packages
import os
import sys
def get_long_description():