Browse Source

remove asserts

Bastien Sevajol 6 years ago
parent
commit
4e2820639e
1 changed files with 0 additions and 3 deletions
  1. 0 3
      hapic/processor.py

+ 0 - 3
hapic/processor.py View File

@@ -46,9 +46,6 @@ class RequestParameters(object):
46 46
         :param files_parameters: TODO BS 20171113: Specify type of file
47 47
         storage ?
48 48
         """
49
-        assert isinstance(query_parameters, MultiDict)
50
-        assert isinstance(form_parameters, MultiDict)
51
-
52 49
         self.path_parameters = path_parameters
53 50
         self.query_parameters = query_parameters
54 51
         self.body_parameters = body_parameters