Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Nov 11, 2023
1 parent 7f76059 commit e72b683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pas/plugins/oidc/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class OAuth2ConnectionException(Exception):
class IOIDCPlugin(Interface):
""" """


_marker = object()


Expand Down
1 change: 1 addition & 0 deletions src/pas/plugins/oidc/useridentities.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from persistent.dict import PersistentDict
from Products.PluggableAuthService.UserPropertySheet import UserPropertySheet


# import uuid


Expand Down

0 comments on commit e72b683

Please sign in to comment.