mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed some unused imports
I found these with:
flake8 datasette | grep unus
This commit is contained in:
parent
721a8d3cd4
commit
dd5ee8e668
8 changed files with 2 additions and 13 deletions
2
setup.py
2
setup.py
|
|
@ -1,7 +1,5 @@
|
|||
from re import VERBOSE
|
||||
from setuptools import setup, find_packages
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
||||
def get_long_description():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue