Tripletex / tripletex-api2

Tripletex API 2 resources and examples
MIT License
38 stars 43 forks source link

fixed anti-pattern, formating and typo #81

Open Joonsey opened 1 year ago

Joonsey commented 1 year ago

tripletex.create_session_token should not have to be null-checked when behaviour will result in an Exception, this is an anti-pattern. Rather raise Exception explicitly.

Fixed parameter typo in tripletex.map.

Formated empty space characters. and PEP-8 method-spacing formating.