Skip to content

Commit 6f52d00

Browse files
committed
Fix imports
1 parent 6815ca5 commit 6f52d00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/infrahub/menu/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
from dataclasses import dataclass, field
44
from typing import TYPE_CHECKING
5-
from typing_extensions import Self
5+
66
from pydantic import BaseModel, Field
7+
from typing_extensions import Self
78

89
from infrahub.core.node import Node
910
from infrahub.core.protocols import CoreMenuItem

0 commit comments

Comments
 (0)