Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 26, 2025
1 parent 6760f27 commit 77c08c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyFAI/gui/widgets/WorkerConfigurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def getPoniDict(self):

def getWorkerConfig(self):
"""Read the configuration of the plugin and returns it as a WorkerConfig instance
:return: WorkerConfig instance
"""

Expand Down Expand Up @@ -317,7 +317,7 @@ def splitFiles(filenames):

def getConfig(self):
"""Read the configuration of the plugin and returns it as a dictionary
:return: dict with all information
"""
return self.getWorkerConfig().as_dict()
Expand Down

0 comments on commit 77c08c7

Please sign in to comment.