Skip to content

Commit

Permalink
Black found an extra space.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Minnix authored and Brandon Minnix committed Jan 29, 2024
1 parent 6ef3c24 commit afa02e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netutils/nist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit afa02e1

Please sign in to comment.