stellar / django-polaris

An extendable Django app for building modular Stellar services
https://django-polaris.readthedocs.io
Apache License 2.0
94 stars 66 forks source link

Fixed calculate_fee parameter type hint #673

Closed yuriescl closed 1 year ago

yuriescl commented 1 year ago

calculate_fee has been generating this type hint error:

image

This PR fixes that error. This is a very minor and optional fix, can be merged in a future release.

JakeUrban commented 1 year ago

Thanks @yuriescl!