Skip to content

Commit 8a964c2

Browse files
committed
Fixed line too long
1 parent b038575 commit 8a964c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

corgos_telegram_bot/modules/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ async def validate(self: Settings, required_keys: list[str]) -> None:
5757
"""Validate that all required keys are present in the settings.
5858
5959
Args:
60-
required_keys (list[str]): A list of keys that must be present in the settings.
60+
required_keys (list[str]): A list of keys that must be present
61+
in the settings.
6162
6263
Raises:
6364
KeyError: If any required key is missing from the settings.

0 commit comments

Comments
 (0)