Skip to content

Commit 5807ba9

Browse files
committed
Remove unused FormaatDefault & Klantreferentie literals
1 parent 84b0e73 commit 5807ba9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/kikinzage/client/asyncio.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from typing import Any
2-
from typing import Literal
32
from typing import Optional
43
from typing import Type
54
from typing import Union
@@ -14,10 +13,6 @@
1413
from .base import KikinzageBaseClient
1514

1615

17-
FormaatDefault: Literal["FormaatFormaatDefault"] = "FormaatFormaatDefault"
18-
Klantreferentie: Literal["Klantreferentie"] = "Klantreferentie"
19-
20-
2116
class AsyncClient(KikinzageBaseClient):
2217
"""Client for async requests"""
2318

0 commit comments

Comments
 (0)