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

@@ -1 +0,0 @@
import pytest

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),
)

View File

@@ -1,6 +1,6 @@
from datetime import datetime, timezone
from ntr_fetcher.week import get_show_week, SHOW_DAY_DEFAULT, SHOW_HOUR_DEFAULT
from ntr_fetcher.week import get_show_week
def test_mid_week_thursday():