bunq / sdk_python

Python SDK for bunq API
MIT License
106 stars 25 forks source link

Add type hint. #89

Closed OGKevin closed 4 years ago

OGKevin commented 6 years ago

Steps to reproduce:

  1. We only support py3.6+
  2. Take a look at the code

What should happen:

  1. There should be type hints every where. As py3.6 supports it.

What happens:

  1. There are no type hints.
angelomelonas commented 4 years ago

Type hints were added in #117.