Skip to content

Commit

Permalink
fix: fix quality violation
Browse files Browse the repository at this point in the history
  • Loading branch information
ziafazal committed Feb 15, 2024
1 parent 2facbff commit 33c403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx_cmi5_xblock/utils/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import logging

import requests
from django.core.validators import URLValidator
from django.core.exceptions import ValidationError
from django.core.validators import URLValidator
from requests.auth import HTTPBasicAuth
from webob import Response

Expand Down

0 comments on commit 33c403e

Please sign in to comment.