Skip to content

Commit

Permalink
Missing itsdangerous import
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 3, 2024
1 parent d2405a6 commit a6fa56f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datasette_write/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from datasette import hookimpl, Forbidden, Response
from datasette.utils import derive_named_parameters
import itsdangerous
from urllib.parse import urlencode
import re

Expand Down

0 comments on commit a6fa56f

Please sign in to comment.