Skip to content

Commit

Permalink
fix: rename date_types to data_types and update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
robberwick committed Feb 8, 2025
1 parent d7640b8 commit 917dbd2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pylibrelinkup/pylibrelinkup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pydantic import ValidationError

from .api_url import APIUrl
from .date_types import PatientIdentifier
from .data_types import PatientIdentifier
from .decorators import authenticated
from .exceptions import (
AuthenticationError,
Expand Down
2 changes: 1 addition & 1 deletion src/pylibrelinkup/utilities.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from uuid import UUID

from .date_types import PatientIdentifier
from .data_types import PatientIdentifier
from .models.data import Patient


Expand Down

0 comments on commit 917dbd2

Please sign in to comment.