MaltegoTech / maltego-trx

Maltego Transform library for Python
MIT License
218 stars 45 forks source link

fix(decorator_registry): remove typing.Literal #23

Closed felixatmaltego closed 2 years ago

felixatmaltego commented 2 years ago

typing.Literal was introduced in python3.8, therefore making maltego-trx incompatible with 3.6 and 3.7. This PR will fix that.