free2dog
Results
1
issues of
free2dog
Same ast node in memory. expected output source code(arguments list omitted): ```python def make_mocked_request( ) ->Any: mock.Mock = annotations.annot_aiohttp_test_utils_make_mocked_request_mock_Mock() ``` actually I got parentheses around the _ast.Call: ```python def make_mocked_request(...
bug
help wanted