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

Skip to content

Commit 960e73e

Browse files
committed
Py2 / new-style class fix.
1 parent a59e6c6 commit 960e73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ def rc_file(fname):
12941294
rcParams.update(rc_params_from_file(fname))
12951295

12961296

1297-
class rc_context:
1297+
class rc_context(object):
12981298
"""
12991299
Return a context manager for managing rc settings.
13001300

0 commit comments

Comments
 (0)