I have a function t.py:
t.py
from typing import Optional def f(a: Optional[int], b: Optional[int]): if a i