Skip to content

Commit

Permalink
Import Annotated from typing (as per FastAPI doc)
Browse files Browse the repository at this point in the history
  • Loading branch information
angely-dev committed Aug 22, 2024
1 parent 9171928 commit 6dd2315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyfreeradius.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from abc import ABC, abstractmethod
from contextlib import contextmanager
from pydantic import BaseModel, StringConstraints, Field, model_validator
from typing_extensions import Annotated
from typing import Annotated

#
# The Pydantic models implement the UML class diagram;
Expand Down

0 comments on commit 6dd2315

Please sign in to comment.