fix
parent
fcaf903a8c
commit
4cc6a308ea
@ -1,3 +1,3 @@
|
||||
from flask_restful import fields # type: ignore
|
||||
from flask_restful import fields
|
||||
|
||||
tag_fields = {"id": fields.String, "name": fields.String, "type": fields.String, "binding_count": fields.String}
|
||||
|
||||
Loading…
Reference in New Issue