Skip to content

Commit bbe91c9

Browse files
timhoffmQuLogic
andauthored
Update lib/matplotlib/backends/registry.pyi
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 45325ad commit bbe91c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/registry.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ from types import ModuleType
44

55
class BackendFilter(Enum):
66
INTERACTIVE = 0
7-
NON_INTERACTIVE =1
7+
NON_INTERACTIVE = 1
88

99

1010
class BackendRegistry:

0 commit comments

Comments
 (0)