Skip to content

Commit d72716b

Browse files
committed
Fix formatting
1 parent a8efdc5 commit d72716b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pysma/sma_webconnect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ def _load_l10n_from_package(self, locale: str) -> dict:
225225
Returns:
226226
dict: Dictionary containing translation keys and localized strings. Empty dict if file
227227
not found or cannot be loaded.
228+
228229
"""
229230
try:
230231
data = pkgutil.get_data("pysma", f"l10n/{locale}.json")

0 commit comments

Comments
 (0)