diff options
-rw-r--r-- | glucometerutils/common.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/glucometerutils/common.py b/glucometerutils/common.py index ac5c931..6ca7a98 100644 --- a/glucometerutils/common.py +++ b/glucometerutils/common.py @@ -22,10 +22,6 @@ NO_MEAL = '' BEFORE_MEAL = 'Before Meal' AFTER_MEAL = 'After Meal' -# Constants for date format -DATETIME_12HR = '12 hours' -DATETIME_24HR = '24 hours' - def convert_glucose_unit(value, from_unit, to_unit=None): """Convert the given value of glucose level between units. |