Dmitro Furzenko
Results
2
issues of
Dmitro Furzenko
Hi, I have some problems ``` python # -*- coding: utf-8 -*- from kim import field, Mapper class A(Mapper): __type__ = dict a = field.Integer() class B(Mapper): __type__ = dict...
With new jsonschema I got this error `app-python_1 | from swagger_parser import SwaggerParser app-python_1 | File "/usr/local/lib/python3.8/site-packages/swagger_parser/__init__.py", line 3, in app-python_1 | from .swagger_parser import SwaggerParser # noqa: F401 app-python_1...