Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <[email protected]>
  • Loading branch information
Lawouach committed Feb 20, 2024
1 parent 9b88681 commit ec9df66
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions reliably_cli/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@ class PlanScheduleCron(BaseSchema):


class PlanBase(BaseSchema): # pragma: no cover
environment: PlanGitHubEnvironment | PlanReliablyEnvironment | PlanGCPEnvironment | None = ( # noqa: E501
None
)
environment: (
PlanGitHubEnvironment
| PlanReliablyEnvironment
| PlanGCPEnvironment
| None
) = None
deployment: PlanDeployment
schedule: PlanScheduleNow | PlanScheduleCron
experiments: List[UUID4]
Expand Down

0 comments on commit ec9df66

Please sign in to comment.