diff options
Diffstat (limited to 'tests/testutils/context.py')
-rw-r--r-- | tests/testutils/context.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testutils/context.py b/tests/testutils/context.py index 821adef0a..69d999eef 100644 --- a/tests/testutils/context.py +++ b/tests/testutils/context.py @@ -15,9 +15,8 @@ # License along with this library. If not, see <http://www.gnu.org/licenses/>. import os - -from types import MethodType from contextlib import contextmanager +from types import MethodType from buildstream._context import Context |