remove MultiPartForm not needed with requests

This commit is contained in:
j 2023-07-28 20:50:17 +02:00
commit 973c7e1ef1
2 changed files with 0 additions and 105 deletions

View file

@ -18,7 +18,6 @@ import requests
from . import __version__
from .utils import json
from .form import MultiPartForm
__all__ = ['getAPI', 'API']