Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49bc795

Browse files
committed
pep8
1 parent 4c07af8 commit 49bc795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def __call__(self):
165165
def __del__(self):
166166
MainLoopBase._instance_count[self.__class__] -= 1
167167
if (MainLoopBase._instance_count[self.__class__] <= 0 and
168-
not is_interactive() and MainLoopBase._running):
168+
not is_interactive() and MainLoopBase._running):
169169
self.end()
170170

171171

0 commit comments

Comments
 (0)