Skip to content

Commit

Permalink
fix: base_url added to model
Browse files Browse the repository at this point in the history
  • Loading branch information
geertmeersman committed Jul 17, 2023
1 parent 9617e5b commit 07d26c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/youfone/models.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""Models used by Youfone."""
from __future__ import annotations

from dataclasses import dataclass
from dataclasses import field
from dataclasses import dataclass, field
from typing import TypedDict


Expand All @@ -18,6 +17,7 @@ class YoufoneEnvironment:
"""Class to describe a Youfone environment."""

api_endpoint: str
base_url: str


@dataclass
Expand Down

0 comments on commit 07d26c2

Please sign in to comment.