Skip to content

Commit

Permalink
Remove pylint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
f-lawe committed Jul 5, 2024
1 parent 109ad9f commit 7941afa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/lib/provider_templates/orange.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def get_epg(self) -> dict:

return epg

# pylint: disable=no-self-use
def _get_programs(self, period_start: int = None, period_end: int = None) -> list:
"""Returns the programs for today (default) or the specified period"""
try:
Expand Down

0 comments on commit 7941afa

Please sign in to comment.