From 4c9f98b16b22790205d0c34d9619027abd83a817 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 30 May 2017 10:35:29 -0600 Subject: Adding some more packages --- isort.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isort.cfg b/isort.cfg index 8ec4c9b..a06ad87 100644 --- a/isort.cfg +++ b/isort.cfg @@ -8,4 +8,4 @@ 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 +known_third_party=pdfcrowd,PyPDF2,pytest,mock,model_mommy,adminactions,private_storage,wagtail,modelcluster,django_extensions,localflavor,post_office,paypal -- cgit v1.2.3