Black code reformat

This commit is contained in:
Parker M. 2024-04-02 17:38:16 -05:00
parent 2b5f802017
commit 8a4b8c3998
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -70,7 +70,9 @@ def validate_config(file_contents):
errors += 1
if errors > 0:
LOG.critical("Configuration checks failed. Correct your config.ini file and run again.")
LOG.critical(
"Configuration checks failed. Correct your config.ini file and run again."
)
exit()
else: