diff --git a/.automation/test/python_isort/python_good_1.py b/.automation/test/python_isort/python_good_1.py index ebf7a62a..b3b4e7d1 100644 --- a/.automation/test/python_isort/python_good_1.py +++ b/.automation/test/python_isort/python_good_1.py @@ -1,4 +1,4 @@ -mport json +import json import sys from os import getenv, path from pprint import pprint diff --git a/TEMPLATES/.isort.cfg b/TEMPLATES/.isort.cfg index dd6b520a..8d4634ea 100644 --- a/TEMPLATES/.isort.cfg +++ b/TEMPLATES/.isort.cfg @@ -1 +1 @@ -[settings] +[isort]