Skip to content

Commit e7626c7

Browse files
author
Github-actions
committed
Automatic linting
1 parent 87b3842 commit e7626c7

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

wger/manager/api/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from django.conf import settings
2020
from django.core.cache import cache
2121
from django.db.models import Q
22+
2223
# Third Party
2324
from rest_framework import viewsets
2425
from rest_framework.decorators import action

wger/manager/models/routine.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
)
5353
from wger.utils.cache import CacheKeyMapper
5454

55+
5556
logger = logging.getLogger(__name__)
5657

5758

wger/manager/tests/test_copy_routine.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# GNU General Public License for more details.
1212
#
1313
# You should have received a copy of the GNU Affero General Public License
14-
import datetime
1514
# Standard Library
15+
import datetime
1616
import logging
1717

1818
# Django
@@ -22,6 +22,7 @@
2222
from wger.core.tests.base_testcase import WgerTestCase
2323
from wger.manager.models import Routine
2424

25+
2526
logger = logging.getLogger(__name__)
2627

2728

wger/manager/views/routine.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
SlotEntry,
3636
)
3737

38+
3839
logger = logging.getLogger(__name__)
3940

4041

0 commit comments

Comments
 (0)