Skip to content

Commit

Permalink
Merge pull request #366 from niomate/chad
Browse files Browse the repository at this point in the history
Fixes the "DirEntry not subscriptable" for Python version 3.8
  • Loading branch information
stainless-hao committed Jun 17, 2024
2 parents fa33b2c + 0401c4b commit 453ad93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chadtree/fs/cartographer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
from asyncio import sleep
from concurrent.futures import ThreadPoolExecutor
from contextlib import suppress
Expand Down
1 change: 1 addition & 0 deletions chadtree/transitions/autocmds.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
from asyncio import Task, create_task, sleep
from collections.abc import Sequence
from itertools import chain
Expand Down

0 comments on commit 453ad93

Please sign in to comment.