Haamcdevs / haamcbot

haamcbot python edition
GNU General Public License v3.0
5 stars 5 forks source link

reorder imports, small fixes/formatting changes #46

Closed purarue closed 4 years ago

purarue commented 4 years ago

reordered imports to be more readable, like:

stdlib third party relative

Used the exist_ok flag on ok.makedirs instead of checking before creating for creating the log directory.

Removed the space between the key kwarg on the max call in emojiexport.py.

janvernieuwe commented 4 years ago

Thanks for taking a look @seanbreckenridge !