add typehint for __init__
All checks were successful
check code / check-code (push) Successful in 29s

Signed-off-by: Ivan Schaller <ivan@schaller.sh>
This commit is contained in:
Ivan Schaller 2024-02-28 16:20:46 +01:00
parent 408cf3fdd2
commit 6326903bb3

View file

@ -60,7 +60,7 @@ class NetBoxDNSProvider(octodns.provider.base.BaseProvider):
disable_ptr=True,
*args,
**kwargs,
):
) -> None:
"""initialize the NetboxDNSSource"""
self.log = logging.getLogger(f"NetboxDNSSource[{id}]")
self.log.debug(