fix: address linting issues

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-12 01:44:00 -04:00
parent c2b032ea0c
commit 485f0c1e35
3 changed files with 2 additions and 3 deletions

View File

@@ -142,7 +142,7 @@ def test_get_show_track_by_position(db):
def test_list_shows(db):
s1 = db.get_or_create_show(
_ = db.get_or_create_show(
datetime(2026, 3, 6, 3, 0, 0, tzinfo=timezone.utc),
datetime(2026, 3, 13, 2, 0, 0, tzinfo=timezone.utc),
)