Skip to content

Commit

Permalink
Remove extraneous dwas requireParams check
Browse files Browse the repository at this point in the history
  • Loading branch information
willdunklin committed Oct 30, 2023
1 parent 2914dbb commit ca950c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sources/dicom/large_image_source_dicom/assetstore/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ def _importData(self, assetstore, params):
:param params: a dictionary of parameters including destinationId,
destinationType, progress, and filters.
"""
self.requireParams(('destinationId'), params)

user = self.getCurrentUser()

destinationType = params.get('destinationType', 'folder')
Expand Down

0 comments on commit ca950c3

Please sign in to comment.