From ea954ae929c009c39238c83992079c6044712834 Mon Sep 17 00:00:00 2001 From: Tristan van Berkom Date: Tue, 6 Oct 2020 15:52:36 +0900 Subject: element.py: Remove unused import of OrderedDict() --- src/buildstream/element.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/buildstream/element.py b/src/buildstream/element.py index 91b809fca..3df8894f0 100644 --- a/src/buildstream/element.py +++ b/src/buildstream/element.py @@ -78,7 +78,6 @@ import re import stat import copy import warnings -from collections import OrderedDict import contextlib from contextlib import contextmanager, suppress from functools import partial -- cgit v1.2.1