Skip to content

Commit b758311

Browse files
devangcxmostaphaRoudsari
authored andcommitted
fix(dtype): fix numpy float error
1 parent b92a919 commit b758311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ladybug_pandas/extension_types/dtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def to_header(self):
115115

116116
@property
117117
def type(self):
118-
return np.float
118+
return float
119119

120120
@property
121121
def _is_numeric(self):

0 commit comments

Comments
 (0)