diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-09-23 21:38:42 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-09-23 21:38:42 +1000 |
commit | 78d8efed7fc84eefa687a08fa06c6604e4c52042 (patch) | |
tree | 086ba50975e73d84adea4bbf0166cf6b0d59363d /mediagoblin/gmg_commands/assetlink.py | |
parent | 5bda90f8219a2b03d18f4762a2fd7e77ab91007c (diff) | |
download | mediagoblin-78d8efed7fc84eefa687a08fa06c6604e4c52042.tar.lz mediagoblin-78d8efed7fc84eefa687a08fa06c6604e4c52042.tar.xz mediagoblin-78d8efed7fc84eefa687a08fa06c6604e4c52042.zip |
Fix some unused imports and local variables.
Diffstat (limited to 'mediagoblin/gmg_commands/assetlink.py')
-rw-r--r-- | mediagoblin/gmg_commands/assetlink.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mediagoblin/gmg_commands/assetlink.py b/mediagoblin/gmg_commands/assetlink.py index 2f54808e..8cba19f6 100644 --- a/mediagoblin/gmg_commands/assetlink.py +++ b/mediagoblin/gmg_commands/assetlink.py @@ -17,9 +17,7 @@ import os from mediagoblin import mg_globals -from mediagoblin.init import setup_global_and_app_config from mediagoblin.gmg_commands import util as commands_util -from mediagoblin.tools.theme import register_themes from mediagoblin.tools.translate import pass_to_ugettext as _ from mediagoblin.tools.common import simple_printer from mediagoblin.tools import pluginapi |