Skip to content

Commit

Permalink
fix Notifications type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Apr 19, 2024
1 parent 3baf91d commit 797e241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b2sdk/_internal/raw_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class NotificationTargetConfiguration(TypedDict):
targetType: Literal['webhook']
url: str
customHeaders: NotRequired[list[NameValueDict] | None]
hmacSha256SigningSecret: NotRequired[str]
hmacSha256SigningSecret: NotRequired[str | None]


EVENT_TYPE = Literal[
Expand Down

0 comments on commit 797e241

Please sign in to comment.