Skip to content

Commit 016f20c

Browse files
author
Github-actions
committed
Automatic linting
1 parent 1d11f8e commit 016f20c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

wger/manager/management/commands/dummy-generator-workout-diary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
NutritionPlan,
5050
)
5151

52+
5253
logger = logging.getLogger(__name__)
5354

5455

wger/manager/management/commands/dummy-generator-workout-plans.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
Workout,
3333
)
3434

35+
3536
logger = logging.getLogger(__name__)
3637

3738

wger/measurements/management/commands/dummy-generator-measurement-categories.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
# wger
2525
from wger.measurements.models import Category
2626

27+
2728
logger = logging.getLogger(__name__)
2829

2930

wger/measurements/management/commands/dummy-generator-measurements.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
Measurement,
2828
)
2929

30+
3031
logger = logging.getLogger(__name__)
3132

3233

0 commit comments

Comments
 (0)