summaryrefslogtreecommitdiffstats
path: root/glucometerutils/support/freestyle.py
diff options
context:
space:
mode:
Diffstat (limited to 'glucometerutils/support/freestyle.py')
-rw-r--r--glucometerutils/support/freestyle.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/glucometerutils/support/freestyle.py b/glucometerutils/support/freestyle.py
index c7dbdb9..d61842e 100644
--- a/glucometerutils/support/freestyle.py
+++ b/glucometerutils/support/freestyle.py
@@ -12,11 +12,7 @@ import csv
import datetime
import logging
import re
-
-try:
- from typing import AnyStr, Iterator, List, Optional, Text, Tuple
-except ImportError:
- pass
+from typing import AnyStr, Iterator, List, Optional, Text, Tuple
import construct