clean unused variables/import

This commit is contained in:
Mathieu PATUREL
2017-01-08 13:51:50 +11:00
parent 75a8cf53f9
commit e4e7c44c3c
4 changed files with 3 additions and 5 deletions

View File

@ -14,7 +14,7 @@ from .setting_names import *
__folder__ = os.path.dirname(__file__)
STYLE_FILE = os.path.join(os.path.dirname(__folder__), 'User',
'MarkdownLivePreview.css')
'MarkdownLivePreview.css')
def plugin_loaded():