Skip to content

Commit 32d7b76

Browse files
Updating NSFW to accept file_store_key
1 parent 7b53fb3 commit 32d7b76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jigsawstack/validate.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ class ProfanityResponse(TypedDict):
4646

4747

4848
class NSFWParams(TypedDict):
49-
url: str
49+
url: NotRequired[str]
50+
file_store_key: NotRequired[str]
51+
5052

5153

5254
class NSFWResponse(TypedDict):

0 commit comments

Comments
 (0)