We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b0e73 commit 5807ba9Copy full SHA for 5807ba9
src/kikinzage/client/asyncio.py
@@ -1,5 +1,4 @@
1
from typing import Any
2
-from typing import Literal
3
from typing import Optional
4
from typing import Type
5
from typing import Union
@@ -14,10 +13,6 @@
14
13
from .base import KikinzageBaseClient
15
16
17
-FormaatDefault: Literal["FormaatFormaatDefault"] = "FormaatFormaatDefault"
18
-Klantreferentie: Literal["Klantreferentie"] = "Klantreferentie"
19
-
20
21
class AsyncClient(KikinzageBaseClient):
22
"""Client for async requests"""
23
0 commit comments