Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Oct 2, 2024
1 parent 09cac1d commit bebac74
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 @@ -36,7 +36,7 @@
from .models import Assessment, User
from .schema_models import scan as scanSchema
from .schema_models import scan_tasks as scanTaskSchema
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 bebac74

Please sign in to comment.