Skip to content

Commit 6cbfe31

Browse files
committed
test: Remove example_dir, fixtures_dir
1 parent 4d637c5 commit 6cbfe31

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/libtmux/test/__init__.py

-5
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,3 @@
3434
from typing import Self
3535
else:
3636
from typing_extensions import Self
37-
38-
39-
current_dir = pathlib.Path(__file__)
40-
example_dir = current_dir.parent / "examples"
41-
fixtures_dir = current_dir / "fixtures"

0 commit comments

Comments
 (0)