genbadge/utils_badge.py
1
F821:
undefined name 'TextIO'
73
path_or_stream
,
# type: Union[TextIO, str, Path]
2
W291:
trailing whitespace
67
safe_color_txt
=
requests
.
utils
.
quote
(
self
.
color
,
safe
=
''
)
75
clear_left_txt
=
False
# type: bool