Skip to content

Commit 2c1e3ce

Browse files
committed
Remove commented out dead code #2233
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent b0725f9 commit 2c1e3ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/extractcode/extractcode_assert_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ def check_get_extractors(self, test_file, expected, kinds=()):
183183
else:
184184
extractors = archive.get_extractors(test_loc)
185185

186-
# import typecode
187-
# ft = 'TODO' or typecode.contenttype.get_type(test_loc).filetype_file
188-
# mt = 'TODO' or typecode.contenttype.get_type(test_loc).mimetype_file
189186
fe = fileutils.file_extension(test_loc).lower()
190187
em = ', '.join(e.__module__ + '.' + e.__name__ for e in extractors)
191188

0 commit comments

Comments
 (0)