Skip to content

Commit

Permalink
remove unused test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Nov 13, 2024
1 parent dbcc676 commit 5f4bbea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_collections.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from __future__ import annotations

import os

import pytest

from monty.collections import (
Expand All @@ -14,8 +12,6 @@
tree,
)

TEST_DIR = os.path.join(os.path.dirname(__file__), "test_files")


def test_tree():
x = tree()
Expand Down

0 comments on commit 5f4bbea

Please sign in to comment.