1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix missing docstring

This commit is contained in:
checktheroads
2020-03-21 12:49:02 -07:00
parent ff348a7a8b
commit 4b5e37986d

View File

@ -10,5 +10,7 @@ from hyperglass.configuration.models._utils import StrictBytes
class EncodedRequest(BaseModel):
"""Certificate request model."""
device: StrictStr
encoded: Union[StrictStr, StrictBytes]