remove unused import

Change-Id: Id92bda6263a1b8db70d9142970522c504c10126d
This commit is contained in:
Jan Kundrát
2021-05-31 20:11:28 +02:00
parent b6daa15356
commit 8a96ff563e

View File

@@ -9,7 +9,6 @@ Common code for CLI examples
'''
import argparse
from json import dumps
import logging
import os.path
import sys