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

Skip to content

Commit 19bb0c7

Browse files
committed
Add missing import statement
1 parent 2279b16 commit 19bb0c7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import math
66
import operator
77
from numbers import Number
8+
from decimal import Decimal
89

910
import numpy as np
1011
from numpy import ma

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import numpy as np
1212
from numpy import ma
1313
from cycler import cycler
14+
from decimal import Decimal
1415
import pytest
1516

1617
import warnings

0 commit comments

Comments
 (0)