Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update submodules for F3411 v19+v22a interfaces #13

Merged
merged 4 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion interfaces/astm/f3411/v19
Submodule v19 updated 1 files
+5 −5 remoteid/augmented.yaml
2 changes: 1 addition & 1 deletion interfaces/astm/f3411/v22a
Submodule v22a updated 1 files
+2 −0 remoteid/updated.yaml
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