diff --git a/polytope/polytope.py b/polytope/polytope.py index 21513dd6..29a03d63 100644 --- a/polytope/polytope.py +++ b/polytope/polytope.py @@ -1,5 +1,5 @@ -from typing import List import logging +from typing import List from .options import PolytopeOptions from .shapes import ConvexPolytope