From 4b5e37986d4627e8a2bab22913d65593c8960d20 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sat, 21 Mar 2020 12:49:02 -0700 Subject: [PATCH] fix missing docstring --- hyperglass/api/models/cert_import.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyperglass/api/models/cert_import.py b/hyperglass/api/models/cert_import.py index be4dc99..6107556 100644 --- a/hyperglass/api/models/cert_import.py +++ b/hyperglass/api/models/cert_import.py @@ -10,5 +10,7 @@ from hyperglass.configuration.models._utils import StrictBytes class EncodedRequest(BaseModel): + """Certificate request model.""" + device: StrictStr encoded: Union[StrictStr, StrictBytes]