mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
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