## Time to update the `torqueutils` codebase! ### Task 1 * Update docstring convention and add type hints to functions. * Reference: * https://www.python.org/dev/peps/pep-0257/ * https://www.python.org/dev/peps/pep-0484/ ### Task 2 * Switch from .format() to f"{some_variable}".
Time to update the
torqueutilscodebase!Task 1
Task 2