Skip to content

Commit b68bf4b

Browse files
FeldrinHImpaler343
authored andcommitted
Actually fix flake8 lint
1 parent e4b1249 commit b68bf4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/pyplot.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -554,9 +554,9 @@ def isinteractive() -> bool:
554554
return matplotlib.is_interactive()
555555

556556

557-
# Note: The return type of ioff being AbstractContextManager
557+
# Note: The return type of ioff being AbstractContextManager
558558
# instead of ExitStack is deliberate.
559-
# See https://github.com/matplotlib/matplotlib/issues/27659
559+
# See https://github.com/matplotlib/matplotlib/issues/27659
560560
# and https://github.com/matplotlib/matplotlib/pull/27667 for more info.
561561
def ioff() -> AbstractContextManager:
562562
"""
@@ -598,9 +598,9 @@ def ioff() -> AbstractContextManager:
598598
return stack
599599

600600

601-
# Note: The return type of ion being AbstractContextManager
601+
# Note: The return type of ion being AbstractContextManager
602602
# instead of ExitStack is deliberate.
603-
# See https://github.com/matplotlib/matplotlib/issues/27659
603+
# See https://github.com/matplotlib/matplotlib/issues/27659
604604
# and https://github.com/matplotlib/matplotlib/pull/27667 for more info.
605605
def ion() -> AbstractContextManager:
606606
"""

0 commit comments

Comments
 (0)