[elbe-devel] [PATCH 13/75] commands hdimg: Fix Pylint

Olivier Dion dion at linutronix.de
Mon May 25 17:42:06 CEST 2020


11:0: W0611: (unused-import)

Signed-off-by: Olivier Dion <dion at linutronix.de>
---
 elbepack/commands/hdimg.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/elbepack/commands/hdimg.py b/elbepack/commands/hdimg.py
index 1ec2c287..5a274e05 100644
--- a/elbepack/commands/hdimg.py
+++ b/elbepack/commands/hdimg.py
@@ -8,7 +8,6 @@
 from __future__ import print_function
 
 import sys
-import os
 import logging
 
 from optparse import OptionParser
-- 
2.26.2




More information about the elbe-devel mailing list