-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
At the moment PathInfo.directory_uri is type hinted as being allowed to be None:
| directory_uri: str | None = None |
But is always calculated in post_init. If we turn this into a pydantic BaseModel then we can calculate the field on init like TriggerInfo.exposure_timeout.
Acceptance Criteria
- Converted to look like
TriggerInfoand anytype: ignoreon calling code removed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels