def integer_sum(a: int, b): # [missing-param-doc] """Returns sum of two integers :param a: first integer """ return a + b