flake8 cleanup

pull/339/head
evelynmitchell 1 year ago
parent dbb2e3d231
commit 5f76165656

@ -1,3 +1,6 @@
""" This module contains a function that scrapes the docstrings and parameters of a function decorated with `tool` and returns a formatted string. """
# flake8: noqa E501
import inspect
from typing import Callable
from termcolor import colored

Loading…
Cancel
Save