Skip to content

Commit

Permalink
run 'make apis'
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmis committed Sep 19, 2023
1 parent 17b4221 commit 574c74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uas_standards/astm/f3411/v19/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ class SearchSubscriptionsResponse(ImplicitDict):
class SubscriptionState(ImplicitDict):
"""State of AreaSubscription which is causing a notification to be sent."""

subscription_id: Optional[SubscriptionUUID]
subscription_id: SubscriptionUUID

notification_index: Optional[SubscriptionNotificationIndex]

Expand Down

0 comments on commit 574c74e

Please sign in to comment.