Closed purarue closed 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.
exist_ok
ok.makedirs
Removed the space between the key kwarg on the max call in emojiexport.py.
key
kwarg
max
Thanks for taking a look @seanbreckenridge !
reordered imports to be more readable, like:
stdlib third party relative
Used the
exist_ok
flag onok.makedirs
instead of checking before creating for creating the log directory.Removed the space between the
key
kwarg
on themax
call in emojiexport.py.