Skip to content

Commit

Permalink
import Self from typing-extensions for py310
Browse files Browse the repository at this point in the history
  • Loading branch information
austinorr committed Sep 29, 2024
1 parent 487894b commit 30cbd19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nereid/nereid/models/network_models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Annotated, Self

from pydantic import BaseModel, Field, StrictStr, model_validator
from typing_extensions import Annotated, Self

from nereid.models.response_models import JSONAPIResponse
from nereid.src.tasks import validate_network
Expand Down

0 comments on commit 30cbd19

Please sign in to comment.