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

Skip to content

Commit 4dadbe3

Browse 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

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/matplotlib/colors.py

Lines 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

Lines 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)