From c05dc4a9adafae1a6a93dd790669bac91110a6c6 Mon Sep 17 00:00:00 2001 From: conor-mcnally Date: Tue, 7 Jan 2025 09:20:26 +0000 Subject: [PATCH] Black formatting --- plugins/sentinelone/komand_sentinelone/util/helper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/sentinelone/komand_sentinelone/util/helper.py b/plugins/sentinelone/komand_sentinelone/util/helper.py index eea4c802a5..d78ba9d78d 100755 --- a/plugins/sentinelone/komand_sentinelone/util/helper.py +++ b/plugins/sentinelone/komand_sentinelone/util/helper.py @@ -88,9 +88,9 @@ def format_subdomain(instance: str) -> str: # Remove the scheme if it exists if instance.startswith("http://"): - instance = instance[len("http://"):] + instance = instance[len("http://") :] elif instance.startswith("https://"): - instance = instance[len("https://"):] + instance = instance[len("https://") :] # Remove the SentinelOne domain suffix if ".sentinelone.net" in instance: