From 391395739a1729c329008ce1a66a0ca56cd72fbb Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Wed, 25 Sep 2024 22:40:41 -0400 Subject: [PATCH] Import pytest up top --- tests/conftest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 3976a91..03ba475 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -18,8 +18,6 @@ def user_filesystem(tmp_path): yield tmp_path -import pytest - def create_svg_with_layers(): # Define the SVG content as a string