Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fexfl committed Oct 29, 2024
1 parent 7a9defb commit 40b6b14
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mailcom/test/test_parse.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
from mailcom import parse
import pytest
from pathlib import Path
from importlib import resources

pkg = resources.files("mailcom")

FILE_PATH = Path(pkg / "test" / "data")


# these worked when we were using strings
Expand Down

0 comments on commit 40b6b14

Please sign in to comment.