From a4c7d447805be20e077867a75656fbd5a8f3ecd7 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Fri, 15 May 2026 16:27:55 -0400 Subject: [PATCH] fix(fc2c-i): ruff I001 one-per-line import in test_artist_service --- tests/test_artist_service.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/test_artist_service.py b/tests/test_artist_service.py index 7853ff0..8f9683b 100644 --- a/tests/test_artist_service.py +++ b/tests/test_artist_service.py @@ -3,7 +3,13 @@ from datetime import UTC, datetime import pytest from backend.app.models import ( - Artist, ImageProvenance, ImageRecord, Post, Source, Tag, TagKind, + Artist, + ImageProvenance, + ImageRecord, + Post, + Source, + Tag, + TagKind, ) from backend.app.models.tag import image_tag from backend.app.services.artist_service import ArtistService