Skip to content

Commit

Permalink
type(core/tree): use newer variants of deprecated types
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed Jun 10, 2024
1 parent b2f1748 commit 3b25a9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/qtile_bonsai/core/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
import collections
import textwrap
import uuid
from typing import Any, Callable, Iterable, Iterator
from collections.abc import Iterable, Iterator
from typing import Any, Callable

from strenum import StrEnum

Expand Down

0 comments on commit 3b25a9e

Please sign in to comment.