chore(api-client): config is only used by v1
This commit is contained in:
parent
cf9b08906b
commit
d4110020c0
@ -1,5 +0,0 @@
|
||||
from libretime_shared.config import BaseConfig, GeneralConfig
|
||||
|
||||
|
||||
class Config(BaseConfig):
|
||||
general: GeneralConfig
|
||||
@ -14,10 +14,15 @@ import traceback
|
||||
import urllib.parse
|
||||
|
||||
import requests
|
||||
from libretime_shared.config import BaseConfig, GeneralConfig
|
||||
|
||||
from ._config import Config
|
||||
from ._utils import ApiRequest, RequestProvider
|
||||
|
||||
|
||||
class Config(BaseConfig):
|
||||
general: GeneralConfig
|
||||
|
||||
|
||||
AIRTIME_API_VERSION = "1.1"
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user