From 0fc992ee487badb307fe916867d667fb57a2690b Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Thu, 26 May 2022 17:55:47 -0500 Subject: [PATCH] drop unused imports in contrib/debug/actions --- contrib/debug/actions/print_ctx.py | 3 --- contrib/debug/actions/python_version.py | 1 - 2 files changed, 4 deletions(-) diff --git a/contrib/debug/actions/print_ctx.py b/contrib/debug/actions/print_ctx.py index 6d39ad6c99..99bb00d319 100644 --- a/contrib/debug/actions/print_ctx.py +++ b/contrib/debug/actions/print_ctx.py @@ -14,9 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import os -import sys - try: from st2common.runners.base_action import Action except ImportError: diff --git a/contrib/debug/actions/python_version.py b/contrib/debug/actions/python_version.py index f27120cded..ed044db40d 100644 --- a/contrib/debug/actions/python_version.py +++ b/contrib/debug/actions/python_version.py @@ -14,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import os import sys try: