mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.88k stars 586 forks source link

Add more typing details #1204

Open Dreamsorcerer opened 3 years ago

Dreamsorcerer commented 3 years ago

Just adding in a couple more annotations.

FYI, it's rather verbose using typing.*, common practice is to use from typing import ....

Fixes #1203.