eric6/Utilities/ClassBrowsers/pyclbr.py

changeset 7628
f904d0eef264
parent 7400
e5d62581d002
child 7639
422fd05e9c91
diff -r 7f643d41464e -r f904d0eef264 eric6/Utilities/ClassBrowsers/pyclbr.py
--- a/eric6/Utilities/ClassBrowsers/pyclbr.py	Wed Jun 17 17:12:21 2020 +0200
+++ b/eric6/Utilities/ClassBrowsers/pyclbr.py	Wed Jun 17 20:18:54 2020 +0200
@@ -649,9 +649,6 @@
             if "@@Coding@@" not in dictionary:
                 dictionary["@@Coding@@"] = ClbrBaseClasses.Coding(
                     module, file, lineno, coding)
-        
-        else:
-            assert 0, "regexp _getnext found something unexpected"
 
     if '__all__' in dictionary:
         # set visibility of all top level elements

eric ide

mercurial