This commit is contained in:
2025-01-19 07:09:05 -05:00
parent 645d1c49c0
commit d27bc450f5
6 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ class Aggregate:
Aggregate all source methods
"""
def __init__(self, exclude_methods=None):
def __init__(self, exclude_methods=None) -> None:
if not exclude_methods:
exclude_methods: list = []
self.exclude_methods = exclude_methods