From 80bea51e34f1aa74f58f822d8b56a3c2582d10dc Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Fri, 8 Jan 2021 14:23:38 +0100 Subject: [PATCH] Added newline. --- tests/test_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_config.py b/tests/test_config.py index 3888866..f8be230 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -8,6 +8,7 @@ from unittest import TestCase from rcon.config import Config + def random_passwd() -> str: """Generates a random password containing all printable characters."""