From afa02e19ba69316ca8d6fa95aac08e3828e3a380 Mon Sep 17 00:00:00 2001 From: Brandon Minnix Date: Mon, 29 Jan 2024 15:59:53 -0500 Subject: [PATCH] Black found an extra space. --- netutils/nist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netutils/nist.py b/netutils/nist.py index 62c09538..c5dff3de 100644 --- a/netutils/nist.py +++ b/netutils/nist.py @@ -3,7 +3,7 @@ import typing as t -def get_nist_urls_juniper_junos( # pylint: disable=R0911 +def get_nist_urls_juniper_junos( # pylint: disable=R0911 os_platform_data: t.Dict[str, t.Any], api_key: str ) -> t.List[str]: """Create a list of possible NIST Url strings for JuniperPlatform.