mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Upgrade black to 20.8b1 (#39287)
This commit is contained in:
@@ -92,7 +92,9 @@ def load_translations_files(
|
||||
|
||||
|
||||
def merge_resources(
|
||||
translation_strings: Dict[str, Dict[str, Any]], components: Set[str], category: str,
|
||||
translation_strings: Dict[str, Dict[str, Any]],
|
||||
components: Set[str],
|
||||
category: str,
|
||||
) -> Dict[str, Dict[str, Any]]:
|
||||
"""Build and merge the resources response for the given components and platforms."""
|
||||
# Build response
|
||||
@@ -153,7 +155,9 @@ def merge_resources(
|
||||
|
||||
|
||||
def build_resources(
|
||||
translation_strings: Dict[str, Dict[str, Any]], components: Set[str], category: str,
|
||||
translation_strings: Dict[str, Dict[str, Any]],
|
||||
components: Set[str],
|
||||
category: str,
|
||||
) -> Dict[str, Dict[str, Any]]:
|
||||
"""Build the resources response for the given components."""
|
||||
# Build response
|
||||
|
||||
Reference in New Issue
Block a user