Sort imports with isort

This commit is contained in:
2022-07-21 00:32:59 +02:00
parent d52c8df6f3
commit e749128b16
5 changed files with 21 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
from configparser import ConfigParser
import os
from configparser import ConfigParser
conf = ConfigParser()
ini_file = os.path.dirname(__file__) + "/fioul.ini"