Skip to content

Commit

Permalink
fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Aug 4, 2024
1 parent 82eca4f commit 3a2d163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot_netauth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, *, na_inst: netauth.NetAuth | None = None, conf: Path | None
self.netauth = netauth.NetAuth.with_config(conf, **kwargs)
else:
self.netauth = netauth.NetAuth(**kwargs)
super().__init__()
super().__init__()

def check_credentials(self, username: str, password: str) -> bool:
try:
Expand Down

0 comments on commit 3a2d163

Please sign in to comment.