mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Add empty line after module docstring [helpers + other] (#112707)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Merge all translation sources into a single JSON file."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import json
|
||||
|
@@ -1,4 +1,5 @@
|
||||
"""API for Lokalise."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from pprint import pprint
|
||||
|
Reference in New Issue
Block a user