Guénaël Muller 6 vuotta sitten
vanhempi
commit
84e528bf19
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      hapic/doc.py

+ 1 - 1
hapic/doc.py Näytä tiedosto

@@ -15,7 +15,7 @@ from hapic.decorator import DecoratedController
15 15
 from hapic.description import ControllerDescription
16 16
 
17 17
 
18
-def generate_schema_ref(spec:APISpec, schema: marshmallow.Schema):
18
+def generate_schema_ref(spec:APISpec, schema: marshmallow.Schema) -> str:
19 19
     schema_class = spec.schema_class_resolver(
20 20
         spec,
21 21
         schema