Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Aug 4, 2024
1 parent 6645bce commit 82eca4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildbot_netauth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import netauth
from buildbot.plugins import util
from buildbot.www.auth import UserInfoProviderBase
from twisted.internet import defer

__version__ = "0.0.1"
Expand Down Expand Up @@ -36,7 +37,7 @@ def check_credentials(self, username: str, password: str) -> bool:
return False


class NetAuthUserInfo(util.UserInfoProviderBase):
class NetAuthUserInfo(UserInfoProviderBase):
"""
NetAuth user info provider
Expand Down

0 comments on commit 82eca4f

Please sign in to comment.