Skip to content

Commit

Permalink
Apply pre-commit code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Oct 15, 2024
1 parent 0550287 commit 7d0a283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Products/PythonScripts/PythonScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def manage_addPythonScript(self, id, title='', file=None, REQUEST=None,
class PythonScriptLoader(importlib.abc.Loader):
"""PEP302 loader to display source code in tracebacks
"""

def __init__(self, source):
self._source = source

Expand Down

0 comments on commit 7d0a283

Please sign in to comment.