Flake8 complient
This commit is contained in:
parent
fbe2e7f59a
commit
2313ebcdb4
6 changed files with 26 additions and 13 deletions
|
|
@ -2,9 +2,9 @@
|
|||
# Copyright (C) 2018-2019 by BDE ENS Paris-Saclay
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from django.conf import settings
|
||||
from django.db import models
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
from django.conf import settings
|
||||
|
||||
|
||||
class ActivityType(models.Model):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue