--- a/eric6/Utilities/ClassBrowsers/pyclbr.py Mon Oct 12 18:23:44 2020 +0200
+++ b/eric6/Utilities/ClassBrowsers/pyclbr.py Mon Oct 12 19:28:42 2020 +0200
@@ -10,7 +10,6 @@
to find out the superclasses of a class as well as its attributes.
"""
-
import sys
import re
from functools import reduce