AssistantEric/Assistant.py

branch
eric7
changeset 189
c0d638327085
parent 186
c228779ea15d
child 190
3104a5a3ea13
diff -r 7bc3332b65f9 -r c0d638327085 AssistantEric/Assistant.py
--- a/AssistantEric/Assistant.py	Thu Dec 30 11:29:53 2021 +0100
+++ b/AssistantEric/Assistant.py	Thu Dec 30 11:32:05 2021 +0100
@@ -818,11 +818,11 @@
             documentCalltips = self.__getDocumentCalltips(
                 word, prefix, mod, editor)
         
-        return list(sorted(
+        return sorted(
             set(apiCalltips)
             .union(set(projectCalltips))
             .union(set(documentCalltips))
-        ))
+        )
     
     def __getApiCalltips(self, api, word, commas, prefix, module, editor):
         """

eric ide

mercurial