Browse Source

support/testing: remove unused import from sample_python_crossbar

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Marcus Hoffmann 1 year ago
parent
commit
420d34a8ad
1 changed files with 0 additions and 1 deletions
  1. 0 1
      support/testing/tests/package/sample_python_crossbar.py

+ 0 - 1
support/testing/tests/package/sample_python_crossbar.py

@@ -1,4 +1,3 @@
-import os
 import crossbar
 
 crossbar.run(["version"])