diff --git a/masque/builder/pather_mixin.py b/masque/builder/pather_mixin.py index 79053db..bcf9d5e 100644 --- a/masque/builder/pather_mixin.py +++ b/masque/builder/pather_mixin.py @@ -1,4 +1,4 @@ -from typing import Self, TYPE_CHECKING +from typing import Self from collections.abc import Sequence, Iterator, Iterable import logging from contextlib import contextmanager