Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarros committed Oct 14, 2024
1 parent 6815ca5 commit 6f52d00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/infrahub/menu/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

from dataclasses import dataclass, field
from typing import TYPE_CHECKING
from typing_extensions import Self

from pydantic import BaseModel, Field
from typing_extensions import Self

from infrahub.core.node import Node
from infrahub.core.protocols import CoreMenuItem
Expand Down

0 comments on commit 6f52d00

Please sign in to comment.