Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
patryk-dabrowski committed May 16, 2024
1 parent c43c996 commit 12a8047
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 128 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def execute(self, kobo_import_data: KoboImportData) -> Dict:
submissions = kobo_api.get_project_submissions(
kobo_import_data.kobo_asset_id, kobo_import_data.only_active_submissions
)
business_area = BusinessArea.objects.get(slug=kobo_import_data.business_area_slug)
validator = KoboProjectImportDataInstanceValidator()
validation_errors = validator.validate_everything(submissions, business_area)

Expand Down

0 comments on commit 12a8047

Please sign in to comment.