Skip to content

Commit

Permalink
WIP2
Browse files Browse the repository at this point in the history
  • Loading branch information
e3rd committed Sep 25, 2024
1 parent 029c6c5 commit 96968e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mininterface/types.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from dataclasses import dataclass
from pathlib import Path
from typing import Callable, override
from typing import Callable
from typing_extensions import Self
from .tag import Tag, ValidationResult, TagValue

Expand Down Expand Up @@ -67,7 +67,6 @@ def __post_init__(self):
super().__post_init__()
self.annotation = list[Path] if self.multiple else Path

@override
def _morph(self, class_type: "Self", morph_if: type):
if class_type == PathTag:
return self

0 comments on commit 96968e0

Please sign in to comment.