Skip to content

Commit

Permalink
fixup! fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
robrap authored and syedsajjadkazmii committed Jan 26, 2024
1 parent 16b6624 commit 0bfa22b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@
generate_jwt_token,
generate_latest_version_payload,
)
<<<<<<< HEAD
from edx_rest_framework_extensions.config import (
ENABLE_JWT_AND_LMS_USER_EMAIL_MATCH,
ENABLE_SET_REQUEST_USER_FOR_JWT_COOKIE,
)
=======
from edx_rest_framework_extensions.config import ENABLE_SET_REQUEST_USER_FOR_JWT_COOKIE
>>>>>>> 7d931d2 (fixup! fix imports)
from edx_rest_framework_extensions.tests import factories


Expand Down

0 comments on commit 0bfa22b

Please sign in to comment.