Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Rix committed Apr 17, 2023
1 parent 6af4318 commit a238a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drp_aa_mvp/data_rights_request/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from nacl import signing
from nacl.encoding import HexEncoder
from nacl.public import PrivateKey
from reporting.views import (test_discovery_endpoint, test_excercise_endpoint,
from reporting.views import (test_agent_information_endpoint, test_discovery_endpoint, test_excercise_endpoint,
test_status_endpoint, test_pairwise_key_setup_endpoint)
from user_identity.models import IdentityUser

Expand Down

0 comments on commit a238a88

Please sign in to comment.