diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-03-09 10:02:14 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-03-09 10:02:14 -0700 |
commit | 19d088005a15cea28dffc4ef0694cc759e0fd27e (patch) | |
tree | 12a26fd1f7f0a3267fd49e18869284fbbc350c27 | |
parent | 71c6fd1e41f353d668cca4fd6d93133f82750a30 (diff) |
Add Mailchimp to 3rd party
-rw-r--r-- | isort.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |