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

Olivier Dion dion at linutronix.de
Fri Jun 5 19:06:37 CEST 2020


11:0: W0611: (unused-import)

Signed-off-by: Olivier Dion <dion at linutronix.de>
Reviewed-by: Torben Hohn <torben.hohn 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.27.0




More information about the elbe-devel mailing list