Remove unused import in univariate.py

Co-authored-by: Ethan Peterson <ethan.peterson@mit.edu>
This commit is contained in:
Paul Romano 2022-05-04 12:34:04 -05:00 committed by GitHub
parent 6f1f42e5c5
commit cf665d076f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
from abc import ABC, abstractmethod
from collections import defaultdict
from collections.abc import Iterable
from functools import reduce
from numbers import Real
from xml.etree import ElementTree as ET