Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
refactor: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
moeez96 committed Jan 8, 2024
1 parent 6c05ee2 commit 5003f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"""
import json
import logging

Check warning on line 5 in ecommerce/extensions/iap/management/commands/create_mobile_skus_for_courses.py

View check run for this annotation

Codecov / codecov/patch

ecommerce/extensions/iap/management/commands/create_mobile_skus_for_courses.py#L4-L5

Added lines #L4 - L5 were not covered by tests
import requests

import requests
from django.core.management import BaseCommand, CommandError

Check warning on line 8 in ecommerce/extensions/iap/management/commands/create_mobile_skus_for_courses.py

View check run for this annotation

Codecov / codecov/patch

ecommerce/extensions/iap/management/commands/create_mobile_skus_for_courses.py#L7-L8

Added lines #L7 - L8 were not covered by tests

logger = logging.getLogger(__name__)

Check warning on line 10 in ecommerce/extensions/iap/management/commands/create_mobile_skus_for_courses.py

View check run for this annotation

Codecov / codecov/patch

ecommerce/extensions/iap/management/commands/create_mobile_skus_for_courses.py#L10

Added line #L10 was not covered by tests
Expand Down

0 comments on commit 5003f63

Please sign in to comment.