mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Add type-hint to url
property
This commit is contained in:
parent
74dbf13a9f
commit
7f6a430061
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ class SickBeard:
|
|||
self.process_method = 'symlink'
|
||||
|
||||
@property
|
||||
def url(self):
|
||||
def url(self) -> str:
|
||||
return self._create_url()
|
||||
|
||||
def _create_url(self) -> str:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue