mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fix startup error on windows (#1128)
Fixes https://github.com/simonw/datasette/issues/1094 This import isn't used at all, and causes error on startup on Windows.
This commit is contained in:
parent
eae103a82b
commit
705d1a1555
1 changed files with 0 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import json
|
||||
from os import EX_CANTCREAT
|
||||
from datasette.utils import MultiParams
|
||||
from mimetypes import guess_type
|
||||
from urllib.parse import parse_qs, urlunparse, parse_qsl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue