From 75a416a526a09ec5faeaf354add6a48606666059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Wed, 22 Jan 2020 10:09:27 -0800 Subject: [PATCH] manifest.py: delete stale comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We are a Python 3.6 codebase. Signed-off-by: Martí Bolívar --- src/west/manifest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/west/manifest.py b/src/west/manifest.py index 688deb2..0d5263d 100644 --- a/src/west/manifest.py +++ b/src/west/manifest.py @@ -118,7 +118,6 @@ def validate(data): except pykwalify.errors.SchemaError as se: raise MalformedManifest(se._msg) from se -# TODO rewrite without enum.IntFlag if we can't move to python 3.6+ class ImportFlag(enum.IntFlag): '''Bit flags for handling imports when resolving a manifest.