Update the isort config for version 5.*

This commit is contained in:
Martin Pépin 2020-07-04 13:30:54 +02:00
parent c7ca96bce5
commit e9f00b4f06
No known key found for this signature in database
GPG key ID: E7520278B1774448
9 changed files with 14 additions and 13 deletions

View file

@ -12,6 +12,7 @@ class GestioncofConfig(AppConfig):
def register_config(self):
import djconfig
from .forms import GestioncofConfigForm
djconfig.register(GestioncofConfigForm)