heitorpolidoro / bartholomew-smith

Function/method with an empty body PTC-W0049
Anti-pattern
Major
1 occurrence in this check
assert_release_manager_calls doesn't contain any code
 73        if pull_request:
 74            self.assert_auto_approve_calls(pull_request)
 75
 76    def assert_release_manager_calls(self, **_): 77        ...
 78        # # Create Pull Request
 79        # self.assert_create_pull_request_calls(create_pull_call)