From d906562960a1cf22aa56c30cb08ed3399f17601b Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Wed, 28 Oct 2020 11:47:37 -0500 Subject: [PATCH] better tests --- .automation/test/python_isort/python_good_1.py | 2 +- TEMPLATES/.isort.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]