Skip to content

Commit

Permalink
style: [AXM-200] Improve code style
Browse files Browse the repository at this point in the history
  • Loading branch information
KyryloKireiev committed Apr 3, 2024
1 parent 2e303bf commit b5f7e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/mobile_api/users/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from functools import cached_property
from typing import List, Optional

import pytz
from completion.exceptions import UnavailableCompletionData
from completion.models import BlockCompletion
from completion.utilities import get_key_to_last_completed_block
Expand All @@ -19,7 +20,6 @@
from django.utils.decorators import method_decorator
from opaque_keys import InvalidKeyError
from opaque_keys.edx.keys import UsageKey
import pytz
from rest_framework import generics, views
from rest_framework.decorators import api_view
from rest_framework.permissions import SAFE_METHODS
Expand Down

0 comments on commit b5f7e9f

Please sign in to comment.