From dc937f2790e68d1bb76c33045fb255affda4e42d Mon Sep 17 00:00:00 2001 From: Ale Rigazzi Date: Fri, 22 Sep 2023 17:54:21 -0500 Subject: [PATCH] Remove unused import --- smartsim/entity/model.py | 1 - 1 file changed, 1 deletion(-) diff --git a/smartsim/entity/model.py b/smartsim/entity/model.py index 056e3056f..35690c526 100644 --- a/smartsim/entity/model.py +++ b/smartsim/entity/model.py @@ -27,7 +27,6 @@ from __future__ import annotations import collections.abc -import itertools import sys import typing as t import warnings