Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4dadbe3

Browse filesBrowse files
committed
Merge branch 'norm2d' of https://github.com/patniharshit/matplotlib into norm2d
* 'norm2d' of https://github.com/patniharshit/matplotlib: move _ticker function inside update_ticks
2 parents 5322bc6 + 34bbed6 commit 4dadbe3
Copy full SHA for 4dadbe3

File tree

2 files changed

+1
-2
lines changed
Filter options

2 files changed

+1
-2
lines changed

‎lib/matplotlib/colors.py

Copy file name to clipboardExpand all lines: lib/matplotlib/colors.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,6 @@ class Norms:
888888
Abstract Base Class to group `Normalize` and `BivariateNorm`
889889
"""
890890
__metaclass__ = ABCMeta
891-
pass
892891

893892

894893
class Normalize(Norms):

‎lib/matplotlib/tests/test_colors.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_colors.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,4 +719,4 @@ def test_abstract_base_class_norms(norm):
719719
Test that all types of normalizers subclasses Abstract Base class
720720
`colors.Norms`
721721
"""
722-
assert isinstance(norm, mcolors.Norms)
722+
assert isinstance(norm, mcolors.Norms)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.