File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -554,7 +554,8 @@ def isinteractive() -> bool:
554
554
return matplotlib .is_interactive ()
555
555
556
556
557
- # Note: The return type of ioff being AbstractContextManager instead of ExitStack is deliberate.
557
+ # Note: The return type of ioff being AbstractContextManager
558
+ # instead of ExitStack is deliberate.
558
559
# See https://github.com/matplotlib/matplotlib/issues/27659
559
560
# and https://github.com/matplotlib/matplotlib/pull/27667 for more info.
560
561
def ioff () -> AbstractContextManager :
@@ -597,7 +598,8 @@ def ioff() -> AbstractContextManager:
597
598
return stack
598
599
599
600
600
- # Note: The return type of ion being AbstractContextManager instead of ExitStack is deliberate.
601
+ # Note: The return type of ion being AbstractContextManager
602
+ # instead of ExitStack is deliberate.
601
603
# See https://github.com/matplotlib/matplotlib/issues/27659
602
604
# and https://github.com/matplotlib/matplotlib/pull/27667 for more info.
603
605
def ion () -> AbstractContextManager :
You can’t perform that action at this time.
0 commit comments