fix: address linting issues
Made-with: Cursor
This commit is contained in:
@@ -1 +0,0 @@
|
||||
import pytest
|
||||
|
||||
@@ -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),
|
||||
)
|
||||
|
||||
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user