Skip to content

refactor: remove calls to isinstance

Nsukami Patrick requested to merge topic/default/remove_is_instance into branch/default
  • limit & offsets parameters are already defined as int
  • mypy is already in charge of verifying that those parameters are integers
  • remove all the tests verifying that passed parameter cannot be a string

Merge request reports