Neurotech-HQ/heyoo

Import error

umerghayaz opened this issue · 2 comments

I am getting this error
def get_mobile(self, data) -> (str | None):
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

you forgot to import from future import annotations in init_.py file
please do it .I have to submit this project

Damn on it

Please update your package to the latest version