From de68a1e92c6e31c669495998c713834de565e37c Mon Sep 17 00:00:00 2001 From: "Jason C. Nucciarone" Date: Tue, 16 Jul 2024 18:06:18 -0400 Subject: [PATCH] chore(fmt): apply formatting rules Signed-off-by: Jason C. Nucciarone --- tests/unit/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py index 349b668..7ba3567 100644 --- a/tests/unit/conftest.py +++ b/tests/unit/conftest.py @@ -28,6 +28,7 @@ def fake_fs(fs): """Mock filesystem for configuration hook unit tests.""" yield fs + @pytest.fixture def env(): """Mock the snap runtime environment."""