From 91da320595f9d8d267bbbde15b8139963912d321 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 4 Aug 2024 23:14:34 +0100 Subject: [PATCH] get tests working --- pint_pandas/pint_array.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pint_pandas/pint_array.py b/pint_pandas/pint_array.py index 14b358a..486ce53 100644 --- a/pint_pandas/pint_array.py +++ b/pint_pandas/pint_array.py @@ -35,7 +35,6 @@ # Magic 'unit' flagging columns with no unit support, used in # quantify/dequantify NO_UNIT = "No Unit" -SUBDTYPES = True DEFAULT_SUBDTYPE = "Float64" pandas_version = version("pandas")