src/eric7/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9421
989ee2535d59
child 9482
a2bc06a54d9d
diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py	Fri Nov 04 13:52:26 2022 +0100
@@ -9,15 +9,12 @@
 
 import os
 
-from PyQt6.QtWidgets import QMenu, QDialog
+from PyQt6.QtWidgets import QDialog, QMenu
 
 from eric7.EricGui import EricPixmapCache
-
 from eric7.EricWidgets import EricMessageBox
 from eric7.EricWidgets.EricApplication import ericApp
-
 from eric7.Project.ProjectBrowserModel import ProjectBrowserFileItem
-
 from eric7.VCS.ProjectBrowserHelper import VcsProjectBrowserHelper
 
 
@@ -57,10 +54,10 @@
         )
 
         # instantiate the extensions
-        from .ShelveExtension.ProjectBrowserHelper import ShelveProjectBrowserHelper
         from .LargefilesExtension.ProjectBrowserHelper import (
             LargefilesProjectBrowserHelper,
         )
+        from .ShelveExtension.ProjectBrowserHelper import ShelveProjectBrowserHelper
 
         self.__extensions = {
             "shelve": ShelveProjectBrowserHelper(

eric ide

mercurial