Skip to content

Commit aba140e

Browse files
Remove unused import
1 parent e6e6172 commit aba140e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

extract_msg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2828

2929
__author__ = 'Destiny Peterson & Matthew Walker'
30-
__date__ = '2024-08-19'
30+
__date__ = '2024-08-21'
3131
__version__ = '0.49.0'
3232

3333
__all__ = [

extract_msg_tests/cmd_line_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
]
44

55

6-
import pathlib
76
import subprocess
87
import sys
98
import unittest

0 commit comments

Comments
 (0)