Improve: use Any type hint for time_func return type#14628
Improve: use Any type hint for time_func return type#14628snehapriy958 wants to merge 4 commits into
Conversation
Multiple Pull Request Detected@snehapriy958, we are extremely excited that you want to submit multiple algorithms in this repository but we have a limit on how many pull request a user can keep open at a time. This is to make sure all maintainers and users focus on a limited number of pull requests at a time to maintain the quality of the code. This pull request is being closed as the user already has an open pull request. Please focus on your previous pull request before opening another one. Thank you for your cooperation. User opened pull requests (including this one): #14628, #14627, #14626, #14622 |
Describe your change:
Use
Anyas the return type fortime_func.Changes
from typing import Anytime_functoAnyWhy
Impact
Checklist: