aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-03-09 10:02:14 -0700
committerCody Hiar <codyfh@gmail.com>2018-03-09 10:02:14 -0700
commit19d088005a15cea28dffc4ef0694cc759e0fd27e (patch)
tree12a26fd1f7f0a3267fd49e18869284fbbc350c27
parent71c6fd1e41f353d668cca4fd6d93133f82750a30 (diff)
Add Mailchimp to 3rd party
-rw-r--r--isort.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/isort.cfg b/isort.cfg
index 3f434c4..0d515d6 100644
--- a/isort.cfg
+++ b/isort.cfg
@@ -8,5 +8,5 @@ default_section=FIRSTPARTY
skip=migrations
include_trailing_comma=True
# Because neovim runs in separate container, explicitly calling out third parties is needed
-known_third_party=pdfcrowd,PyPDF2,pytest,mock,model_mommy,adminactions,private_storage,wagtail,modelcluster,django_extensions,localflavor,post_office,paypal,djangocms_link,peewee,ccxt,openpyxl,logzero,blessings,expiringdict,opbeat,gspread,oauth2client,
+known_third_party=pdfcrowd,PyPDF2,pytest,mock,model_mommy,adminactions,private_storage,wagtail,modelcluster,django_extensions,localflavor,post_office,paypal,djangocms_link,peewee,ccxt,openpyxl,logzero,blessings,expiringdict,opbeat,gspread,oauth2client,mailchimp3
known_first_party=cms