diff options
author | Tristan van Berkom <tristan@codethink.co.uk> | 2020-10-06 15:52:36 +0900 |
---|---|---|
committer | Tristan van Berkom <tristan@codethink.co.uk> | 2020-10-06 16:47:25 +0900 |
commit | ea954ae929c009c39238c83992079c6044712834 (patch) | |
tree | 06b47a9e8042d445f98fb7216c07a996654c3c14 /src/buildstream | |
parent | 88e3289a364167a624ea64ee0fdc6a3729c517fb (diff) | |
download | buildstream-ea954ae929c009c39238c83992079c6044712834.tar.gz |
element.py: Remove unused import of OrderedDict()tristan/remove-unused-import
Diffstat (limited to 'src/buildstream')
-rw-r--r-- | src/buildstream/element.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |