remove unused import

Change-Id: I08d31eab16f0c4195c4431f339c60ac694788d22
This commit is contained in:
Jan Kundrát
2021-12-07 16:49:40 +01:00
parent cb42115230
commit 9c2095b138

View File

@@ -10,7 +10,6 @@ Common code for CLI examples
import argparse import argparse
import logging import logging
import os.path
import sys import sys
from math import ceil from math import ceil
from numpy import linspace, mean from numpy import linspace, mean