From 7465a5db3b9e8ad64e482f94901f597ba4549367 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 9 May 2019 13:11:36 +1000 Subject: Cleanup: unused args/vars/imports in modules --- release/scripts/modules/console_shell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/scripts/modules/console_shell.py') diff --git a/release/scripts/modules/console_shell.py b/release/scripts/modules/console_shell.py index 474e2c6ff81..66fa3dcf6fb 100644 --- a/release/scripts/modules/console_shell.py +++ b/release/scripts/modules/console_shell.py @@ -44,7 +44,7 @@ def shell_run(text): PROMPT = "$ " -def execute(context, is_interactive): +def execute(context, _is_interactive): sc = context.space_data try: @@ -64,7 +64,7 @@ def execute(context, is_interactive): return {'FINISHED'} -def autocomplete(context): +def autocomplete(_context): # sc = context.space_data # TODO return {'CANCELLED'} -- cgit v1.2.3