offish / twitchtube

Twitch YouTube bot. Automatically make video compilations of the most viewed Twitch clips and upload them to YouTube using Python 3.
MIT License
538 stars 77 forks source link

Optimize imports #1

Closed Gobot1234 closed 4 years ago

Gobot1234 commented 4 years ago

Optimize imports go brrr.

I've removed some unnecessary ones, and put them in a more conventional order following PEP8 guidelines.

I also updated some files to use config.CLIP_PATH more.