From d265c8bf0d1e6eed3c97dfb96f98712e5adc8bf7 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 2 Jan 2020 16:14:35 -0800 Subject: [lldb/Python] Remove unused imports (NFC) --- lldb/packages/Python/lldbsuite/support/funcutils.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lldb/packages/Python/lldbsuite') diff --git a/lldb/packages/Python/lldbsuite/support/funcutils.py b/lldb/packages/Python/lldbsuite/support/funcutils.py index 2fa10097d43..648d95d23d9 100644 --- a/lldb/packages/Python/lldbsuite/support/funcutils.py +++ b/lldb/packages/Python/lldbsuite/support/funcutils.py @@ -1,14 +1,5 @@ -from __future__ import print_function -from __future__ import absolute_import - -# System modules import inspect -# Third-party modules - -# LLDB modules - - def requires_self(func): func_argc = len(inspect.getargspec(func).args) if func_argc == 0 or ( -- cgit v1.2.3