Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Mar 4, 2024
1 parent eff9c65 commit 3b85d16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pas/plugins/oidc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Init and utils."""

from AccessControl.Permissions import manage_users as ManageUsers
from Products.PluggableAuthService import PluggableAuthService as PAS
from zope.i18nmessageid import MessageFactory
Expand Down
1 change: 1 addition & 0 deletions src/pas/plugins/oidc/interfaces.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Module where all interfaces, events and exceptions live."""

from zope.publisher.interfaces.browser import IDefaultBrowserLayer


Expand Down
1 change: 1 addition & 0 deletions src/pas/plugins/oidc/locales/update.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Update locales."""

from pathlib import Path

import logging
Expand Down

0 comments on commit 3b85d16

Please sign in to comment.