From 5c5d4d83dc22e8eede028b08b0dc9de78c235f7e Mon Sep 17 00:00:00 2001
From: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Date: Mon, 25 Feb 2019 11:25:15 +0100
Subject: [PATCH] Removed not_skip from isort configuration per isort 4.3.5.

__init__.py has been removed from the default ignore list.
---
 setup.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index ec3da7680b..c68fc0c6eb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,7 +14,6 @@ include_trailing_comma = true
 known_first_party = django
 line_length = 79
 multi_line_output = 5
-not_skip = __init__.py
 
 [metadata]
 license-file = LICENSE