mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Add type-hints
This commit is contained in:
parent
a2e85a7002
commit
92ceab0e7c
6 changed files with 6 additions and 6 deletions
|
@ -36,7 +36,7 @@ requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
section: core.configuration.Section,
|
section: str,
|
||||||
dir_name: str,
|
dir_name: str,
|
||||||
input_name: str = '',
|
input_name: str = '',
|
||||||
status: int = 0,
|
status: int = 0,
|
||||||
|
|
|
@ -36,7 +36,7 @@ requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
section: core.configuration.Section,
|
section: str,
|
||||||
dir_name: str,
|
dir_name: str,
|
||||||
input_name: str = '',
|
input_name: str = '',
|
||||||
status: int = 0,
|
status: int = 0,
|
||||||
|
|
|
@ -36,7 +36,7 @@ requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
section: core.configuration.Section,
|
section: str,
|
||||||
dir_name: str,
|
dir_name: str,
|
||||||
input_name: str = '',
|
input_name: str = '',
|
||||||
status: int = 0,
|
status: int = 0,
|
||||||
|
|
|
@ -36,7 +36,7 @@ requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
section: core.configuration.Section,
|
section: str,
|
||||||
dir_name: str,
|
dir_name: str,
|
||||||
input_name: str = '',
|
input_name: str = '',
|
||||||
status: int = 0,
|
status: int = 0,
|
||||||
|
|
|
@ -36,7 +36,7 @@ requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
section: core.configuration.Section,
|
section: str,
|
||||||
dir_name: str,
|
dir_name: str,
|
||||||
input_name: str = '',
|
input_name: str = '',
|
||||||
status: int = 0,
|
status: int = 0,
|
||||||
|
|
|
@ -36,7 +36,7 @@ requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
section: core.configuration.Section,
|
section: str,
|
||||||
dir_name: str,
|
dir_name: str,
|
||||||
input_name: str = '',
|
input_name: str = '',
|
||||||
status: int = 0,
|
status: int = 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue