More lint fixes

This commit is contained in:
samwiseg0 2022-01-14 21:51:43 -05:00
parent 533ec1058f
commit 63746dd7be
2 changed files with 2 additions and 3 deletions

View file

@ -42,7 +42,6 @@ class SonarrAPI(object):
return SonarrEpisode(**get[0])
def get_calendar(self, query="Missing"):
endpoint = '/api/v3/calendar/'
today = str(date.today())