Fix formatting
diff --git a/pylint/config.py b/pylint/config.py
index 82e271f..452ec3d 100644
--- a/pylint/config.py
+++ b/pylint/config.py
@@ -52,6 +52,7 @@
 from typing import Any, Dict, Tuple
 
 import toml
+
 from pylint import utils
 
 USER_HOME = os.path.expanduser("~")