--- a/src/eric7/Plugins/VcsPlugins/vcsGit/git.py Wed Apr 05 11:58:22 2023 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/git.py Wed Apr 05 12:05:06 2023 +0200 @@ -2099,7 +2099,9 @@ ## Methods for branch handling. ########################################################################### - def gitGetBranchesList(self, repodir, withMain=False, allBranches=False, remotes=False): + def gitGetBranchesList( + self, repodir, withMain=False, allBranches=False, remotes=False + ): """ Public method to get the list of branches.