From a4cf7cd28d6918044a62fd7d8d3ee7e17e5e8eaf Mon Sep 17 00:00:00 2001 From: Alex Chantavy Date: Tue, 19 Sep 2023 15:41:39 -0700 Subject: [PATCH] Lint --- cartography/intel/aws/s3.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cartography/intel/aws/s3.py b/cartography/intel/aws/s3.py index d2c8a675b4..396c275926 100644 --- a/cartography/intel/aws/s3.py +++ b/cartography/intel/aws/s3.py @@ -222,7 +222,12 @@ def _is_common_exception(e: Exception, bucket: Dict) -> bool: @timeit -def _load_s3_acls(neo4j_session: neo4j.Session, acls: List[Dict[str, Any]], aws_account_id: str, update_tag: int) -> None: +def _load_s3_acls( + neo4j_session: neo4j.Session, + acls: List[Dict[str, Any]], + aws_account_id: str, + update_tag: int, +) -> None: """ Ingest S3 ACL into neo4j. """