MycroftAI / adapt

Adapt Intent Parser
Apache License 2.0
710 stars 154 forks source link

Remove usage of six #145

Closed forslund closed 2 years ago

forslund commented 2 years ago

six provides python 2 -> 3 compatibility, since python3 is the only version that's supported right now this shouldn't be needed.

This changes invocations from range to the equivalent range function.

Together with #144 this would remove all requirements from adapts making it entirely standalone, which sort of feels nice.

forslund commented 2 years ago

Closing as python 2.7 should still be supported