From a248ae00a0bf9b52bad1294ca54f57692bafde55 Mon Sep 17 00:00:00 2001 From: Daniel Pizetta Date: Sun, 28 Oct 2018 14:23:41 -0300 Subject: [PATCH] Removing unneded import importlib --- example/example.py | 1 - 1 file changed, 1 deletion(-) diff --git a/example/example.py b/example/example.py index 25c059491..7821930ca 100644 --- a/example/example.py +++ b/example/example.py @@ -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