Skip to content

Commit 8241be2

Browse files
author
Github-actions
committed
Automatic linting
1 parent 226179f commit 8241be2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

wger/exercises/sync.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515
# Standard Library
1616
import os
1717

18-
# Third Party
19-
import requests
2018
# Django
2119
from django.conf import settings
2220
from django.core.files import File
2321
from django.core.files.temp import NamedTemporaryFile
2422

23+
# Third Party
24+
import requests
25+
2526
# wger
2627
from wger.core.api.endpoints import (
2728
LANGUAGE_ENDPOINT,
@@ -295,6 +296,7 @@ def handle_deleted_entries(
295296
style_fn=lambda x: x,
296297
):
297298
if not print_fn:
299+
298300
def print_fn(_):
299301
return None
300302

0 commit comments

Comments
 (0)