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: