fixup: Format Python code with Black

pull/2080/head
github-actions 1 year ago
parent fc9a166d39
commit 9ed8c87b88

@ -4,7 +4,7 @@ import sys
from os import name from os import name
from pathlib import Path from pathlib import Path
from subprocess import Popen from subprocess import Popen
from typing import NoReturn, Dict from typing import Dict, NoReturn
from prawcore import ResponseException from prawcore import ResponseException
@ -45,6 +45,7 @@ checkversion(__VERSION__)
reddit_id: str reddit_id: str
reddit_object: Dict[str, str | list] reddit_object: Dict[str, str | list]
def main(POST_ID=None) -> None: def main(POST_ID=None) -> None:
global reddit_id, reddit_object global reddit_id, reddit_object
reddit_object = get_subreddit_threads(POST_ID) reddit_object = get_subreddit_threads(POST_ID)

Loading…
Cancel
Save