Skip to content

Commit fea967b

Browse files
committed
removed unused variable.
1 parent 1f44e7d commit fea967b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SoftLayer/shell/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def cli(ctx, env):
4949
app_path = click.get_app_dir('softlayer_shell')
5050
if not os.path.exists(app_path):
5151
os.makedirs(app_path)
52-
history = p_history.FileHistory(os.path.join(app_path, 'history'))
5352
complete = completer.ShellCompleter(core.cli)
5453

5554
while True:

0 commit comments

Comments
 (0)