diff --git a/common/model.py b/common/model.py index 72084df..b925f15 100644 --- a/common/model.py +++ b/common/model.py @@ -4,7 +4,6 @@ Manages the storage and utility of model containers. Containers exist as a common interface for backends. """ -import os import pathlib from loguru import logger from typing import Optional