Skip to content

Commit c06242f

Browse files
author
BATT Emmanuel-EXT
committed
fix: TypeAlias missing after merge conflict
1 parent ba35586 commit c06242f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OpenHosta/guarded/primitives.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
import re
6868
from abc import ABC, ABCMeta
69-
from typing import Any, Tuple, ClassVar, Dict, Optional, Literal, TypeVar, Generic
69+
from typing import Any, Tuple, ClassVar, Dict, Optional, Literal, TypeVar, Generic, TypeAlias
7070
from dataclasses import dataclass, is_dataclass, fields
7171

7272

0 commit comments

Comments
 (0)