Skip to content

Commit

Permalink
Fixed linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
VukW committed Nov 28, 2023
1 parent a4c1fce commit 32ac88f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/medperf/entities/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@ def default_status(cls, v):
status = Status(v)
return status


class DeployableEntity(DeployableSchema, Entity):
pass

0 comments on commit 32ac88f

Please sign in to comment.