From 3a2d163572076b361e76e6e4e6f5f360da8127e8 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 3 Aug 2024 21:34:28 -0400 Subject: [PATCH] fuck --- buildbot_netauth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot_netauth/__init__.py b/buildbot_netauth/__init__.py index da2649b..bee9f01 100644 --- a/buildbot_netauth/__init__.py +++ b/buildbot_netauth/__init__.py @@ -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: