Skip to content

Commit

Permalink
Refactor AssessmentSchema import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Grayson committed Oct 2, 2024
1 parent bfbee9b commit 61581cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/xfd_django/xfd_api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from .auth import get_current_active_user
from .models import Assessment, User
from .schema_models import scan as scanSchema
from .schema_models.assessment import Assessment
from .schema_models.assessment import Assessment as AssessmentSchema
from .schema_models.cpe import Cpe as CpeSchema
from .schema_models.cve import Cve as CveSchema
from .schema_models.domain import Domain as DomainSchema
Expand Down

0 comments on commit 61581cb

Please sign in to comment.