From 43e9ed85484037458f8dcd820952be071b793d9a Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Wed, 4 Sep 2024 14:53:37 -0700 Subject: [PATCH] flake8 black --- tests/unit/test_lmm.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unit/test_lmm.py b/tests/unit/test_lmm.py index adc54713..97788d4f 100644 --- a/tests/unit/test_lmm.py +++ b/tests/unit/test_lmm.py @@ -1,8 +1,6 @@ import json import tempfile -from unittest.mock import patch -import numpy as np import pytest from PIL import Image