Removing unneded import importlib

This commit is contained in:
Daniel Pizetta 2018-10-28 14:23:41 -03:00
parent e3842b3792
commit a248ae00a0

View File

@ -41,7 +41,6 @@ problems.
import logging
import sys
import argparse
import importlib.util
# make the example runnable without the need to install
from os.path import abspath, dirname