Skip to content

Commit c98e671

Browse files
Flake8 formatting fixes....
1 parent 60a7cb7 commit c98e671

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

matplotview/_transform_renderer.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
from matplotlib.image import _interpd_
1313
from matplotview._docs import dynamic_doc_string, get_interpolation_list_str
1414

15-
ColorTup = Union[None, Tuple[float, float, float, float], Tuple[float, float, float]]
15+
ColorTup = Union[
16+
None,
17+
Tuple[float, float, float, float],
18+
Tuple[float, float, float]
19+
]
20+
1621

1722
class _TransformRenderer(RendererBase):
1823
"""

0 commit comments

Comments
 (0)