From e8a934df3954385b4bd95cceddff77c8fa6aea28 Mon Sep 17 00:00:00 2001 From: "Zhipeng.Gao" Date: Wed, 6 Jan 2021 15:45:50 +0800 Subject: [PATCH] remove the obsolete TODO comment --- rows/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rows/utils.py b/rows/utils.py index e38a2c83..95fdc8db 100644 --- a/rows/utils.py +++ b/rows/utils.py @@ -291,7 +291,6 @@ def plugin_name_by_uri(uri): def extension_by_source(source, mime_type): "Return the file extension used by this plugin" - # TODO: should get this information from the plugin extension = source.plugin_name if extension: return extension