From 275ca199983d454fbd43417177b8f4cfd953c067 Mon Sep 17 00:00:00 2001 From: Greg Back Date: Tue, 15 May 2018 17:16:23 -0500 Subject: [PATCH] Clean up isort settings. --- .isort.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.isort.cfg b/.isort.cfg index 56b0448..0780dcd 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -1,14 +1,13 @@ [settings] -not_skip = __init__.py skip = workbench.py +not_skip = __init__.py known_third_party = dateutil, medallion, - ordereddict, pytest, pytz, requests, - simplejson + simplejson, six, sphinx, stix2patterns,