mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2025-03-26 11:41:31 +01:00
remove useless intermediate variable
This commit is contained in:
parent
ed29c0c62a
commit
57bc434901
1 changed files with 1 additions and 2 deletions
|
@ -156,9 +156,8 @@ class CodempDeleteBufferCommand(sublime_plugin.WindowCommand):
|
|||
|
||||
def input(self, args):
|
||||
if "workspace_id" not in args:
|
||||
wslist = session.get_workspaces(owned=True, invited=False)
|
||||
return SimpleListInput(
|
||||
("workspace_id", wslist),
|
||||
("workspace_id", session.get_workspaces(owned=True, invited=False)),
|
||||
)
|
||||
|
||||
if "buffer_id" not in args:
|
||||
|
|
Loading…
Add table
Reference in a new issue