From df3fda413c8efaaafd50e22e7203ea99e934479e Mon Sep 17 00:00:00 2001 From: eric-forte-elastic Date: Fri, 27 Oct 2023 13:35:01 -0400 Subject: [PATCH] typo --- eql/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eql/functions.py b/eql/functions.py index b4fec9f..0c89fed 100644 --- a/eql/functions.py +++ b/eql/functions.py @@ -221,7 +221,7 @@ def run(cls, ip_address, *cidr_matches): if is_string(ip_address): # Python 2 support if sys.version_info.major == 2: - ip_address = ip_address.decode("utf-8") # noqa: F821 + ip_address = ip_address.decode("utf-8") # noqa: F821 ip_address = ipaddress.ip_address(ip_address) for cidr in cidr_matches: