Skip to content

Commit 8c68949

Browse files
committed
-
1 parent 78f6809 commit 8c68949

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

source_py3/python_toolbox/zip_tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
import contextlib
88
import zipfile as zip_module
9-
import os.path
109
import io
1110
import re
1211
import pathlib

source_py3/test_python_toolbox/test_cute_profile/test_cute_profile.py

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

44
'''Testing module for `python_toolbox.cute_profile`.'''
55

6-
import os.path
76
import dummy_threading
87
import time
98

0 commit comments

Comments
 (0)