Remove typing suppression regarding 'Callable'
Right now the 'Callable' type hints are not used correctly. Because of that, MyPy throws errors, which are currently being suppressed. This needs to be implemented correctly.
Right now the 'Callable' type hints are not used correctly. Because of that, MyPy throws errors, which are currently being suppressed. This needs to be implemented correctly.