Skip to content

Commit 694b222

Browse files
committed
add lint exclusion
1 parent e196291 commit 694b222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appleconnector/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def episode(
243243
}
244244
return self._request("episodeDetails", params=params)
245245

246-
def trends( # pylint: disable=too-many-arguments
246+
def trends( # pylint: disable=too-many-arguments,R0913
247247
self,
248248
start: dt.date = DEFAULT_APPLE_START_DATE,
249249
end: dt.date = dt.date.today(),

0 commit comments

Comments
 (0)