From 5f4bbea764d8f4f84dc6f6ec06c9cc9f837d01d7 Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Wed, 13 Nov 2024 20:00:20 +0800 Subject: [PATCH] remove unused test dir --- tests/test_collections.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_collections.py b/tests/test_collections.py index f0a59828..42cc8ea7 100644 --- a/tests/test_collections.py +++ b/tests/test_collections.py @@ -1,7 +1,5 @@ from __future__ import annotations -import os - import pytest from monty.collections import ( @@ -14,8 +12,6 @@ tree, ) -TEST_DIR = os.path.join(os.path.dirname(__file__), "test_files") - def test_tree(): x = tree()