summaryrefslogtreecommitdiff
path: root/histogram.py
diff options
context:
space:
mode:
Diffstat (limited to 'histogram.py')
-rw-r--r--histogram.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/histogram.py b/histogram.py
index 6f9c0f1..2657c0b 100644
--- a/histogram.py
+++ b/histogram.py
@@ -5,7 +5,7 @@
import math
from dataclasses import dataclass
-from typing import Dict, Generic, Iterable, List, NamedTuple, Optional, Tuple, TypeVar
+from typing import Dict, Generic, Iterable, List, Optional, Tuple, TypeVar
T = TypeVar("T", int, float)
Bound = int