Not sure this is where the linter wanted me to go
def thing(
self, *args, **kwargs
) -> None:
"""
Extracted method solely to decrease cyclomatic complexity
"""
Post
February 10, 2020
February 10, 2020
Not sure this is where the linter wanted me to go
def thing(
self, *args, **kwargs
) -> None:
"""
Extracted method solely to decrease cyclomatic complexity
"""