Skip to content

Commit 2c0255e

Browse files
Merge pull request #54 from josh-ashkinaze/dev/pkg_resources_change
(bug) fix tests st that dont import pathlib explicitly unless fallback
2 parents cff398a + df47955 commit 2c0255e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plurals/tests.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2087,10 +2087,6 @@ def test_structure_repr_with_empty_collections(self):
20872087
print(repr_string)
20882088
self.assertIn("'responses': []", repr_string)
20892089

2090-
2091-
from pathlib import Path
2092-
2093-
20942090
class TestPathHandling(unittest.TestCase):
20952091
"""Test cases for resource path handling."""
20962092

0 commit comments

Comments
 (0)