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

@ -1,7 +1,5 @@
# -*- encoding: utf-8 -*-
import sys
import os.path
import sublime
import sublime_plugin
@ -31,7 +29,7 @@ class NewMarkdownLivePreviewCommand(sublime_plugin.ApplicationCommand):
})
self.window.focus_group(1)
preview = create_preview(self.window, current_view)
self.window.focus_group(0)
md_view = self.window.open_file(file_name)
mdsettings = md_view.settings()