This commit is contained in:
John Lancaster
2026-02-22 09:17:16 -06:00
parent 2da2002cb9
commit 570c14f977
3 changed files with 10 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ from copy import copy
from typing import TypeVar
from . import events as e
from .common import HookedContainer, MutableNesting
from .container import HookedContainer, MutableNesting
T = TypeVar("T")