Skip to content

Commit

Permalink
Remove duplicate structures
Browse files Browse the repository at this point in the history
  • Loading branch information
samwiseg0 authored and MDHMatt committed May 12, 2023
1 parent 7b071f7 commit f2b604a
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions varken/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,33 +214,6 @@ class OverseerrRequestCounts(NamedTuple):
available: int = None


# Overseerr
class OverseerrRequest(NamedTuple):
id: int = None
status: int = None
createdAt: str = None
updatedAt: str = None
type: str = None
is4k: bool = None
serverId: int = None
profileId: int = None
rootFolder: str = None
languageProfileId: int = None
tags: list = None
media: dict = None
seasons: list = None
modifiedBy: dict = None
requestedBy: dict = None
seasonCount: int = None


class OverseerrRequestCounts(NamedTuple):
pending: int = None
approved: int = None
processing: int = None
available: int = None


# Sonarr
class SonarrTVShow(NamedTuple):
added: str = None
Expand Down

0 comments on commit f2b604a

Please sign in to comment.