Commit
·
ff458a6
1
Parent(s):
60457b4
Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -28,7 +28,7 @@ class EndpointHandler():
|
|
28 |
)
|
29 |
|
30 |
|
31 |
-
def __call__(self, data:
|
32 |
"""
|
33 |
Args:
|
34 |
data (:obj:):
|
|
|
28 |
)
|
29 |
|
30 |
|
31 |
+
def __call__(self, data: Dict[str, bytes]) -> Dict[str, str]:
|
32 |
"""
|
33 |
Args:
|
34 |
data (:obj:):
|