forked from mirrors/thatmattlove-hyperglass
fix missing docstring
This commit is contained in:
parent
ff348a7a8b
commit
4b5e37986d
1 changed files with 2 additions and 0 deletions
|
|
@ -10,5 +10,7 @@ from hyperglass.configuration.models._utils import StrictBytes
|
|||
|
||||
|
||||
class EncodedRequest(BaseModel):
|
||||
"""Certificate request model."""
|
||||
|
||||
device: StrictStr
|
||||
encoded: Union[StrictStr, StrictBytes]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue