From 40b6b14859183085de6d9c888ccce5c5fe613cfb Mon Sep 17 00:00:00 2001 From: Felix <65565033+fexfl@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:20:13 +0100 Subject: [PATCH] Removed unused imports --- mailcom/test/test_parse.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mailcom/test/test_parse.py b/mailcom/test/test_parse.py index d7191a2..566694c 100644 --- a/mailcom/test/test_parse.py +++ b/mailcom/test/test_parse.py @@ -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