Skip to content

Commit

Permalink
Remove unused FormaatDefault & Klantreferentie literals
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Jun 14, 2023
1 parent 84b0e73 commit 5807ba9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/kikinzage/client/asyncio.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from typing import Any
from typing import Literal
from typing import Optional
from typing import Type
from typing import Union
Expand All @@ -14,10 +13,6 @@
from .base import KikinzageBaseClient


FormaatDefault: Literal["FormaatFormaatDefault"] = "FormaatFormaatDefault"
Klantreferentie: Literal["Klantreferentie"] = "Klantreferentie"


class AsyncClient(KikinzageBaseClient):
"""Client for async requests"""

Expand Down

0 comments on commit 5807ba9

Please sign in to comment.