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 Aug 22, 2024
1 parent 6f9ff36 commit 7adae44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def read(*rnames):
'zope.schema',
'zope.security',
'zope.traversing',
],
],
extras_require={
'menu': [
'zope.browsermenu',
Expand Down
2 changes: 1 addition & 1 deletion src/zope/browserpage/tests/test_namedtemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_suite():
doctest.DocFileSuite(
filename,
setUp=pageSetUp, tearDown=zope.component.testing.tearDown,
globs={'__file__': os.path.abspath(
globs={'__file__': os.path.abspath(
os.path.join(os.path.dirname(__file__), filename))}
)
])

0 comments on commit 7adae44

Please sign in to comment.