omarryhan/aiogoogle

Should attributes in `HTTPError` be type annotated?

Closed this issue · 1 comments

e.g. HTTPError.res seems always be with type aiogoogle.models.Response | None (created in

else:
raise HTTPError(msg=self.reason, req=self.req, res=self)
)

I can help prepare an PR if it sound reasonable? Thanks!

Yes, very reasonable, thank you so much!