Consider using f-strings PYL-C0209
Performance
Minor
1 occurrence in this check
Formatting a regular string which could be a f-string
 966        return str(item)
 967    if callable(item) and hasattr(item, "__name__"):
 968        return str(item.__name__)
 969    raise TypeError("Unserializable object {} of type {}".format(item, type(item))) 970
 971
 972def identify_imports_main(