https://github.com/tensorflow/magenta
Raw File
Tip revision: 0826954e04556d1d7b39b1ea4ddf4908e3a214ff authored by Ian Simon on 14 November 2019, 20:49:04 UTC
update version to 1.1.8
Tip revision: 0826954
.isort.cfg
[settings]
line_length=1000
force_single_line=True
force_sort_within_sections=True
default_section=THIRDPARTY
sections=FUTURE,STDLIB,LOCALFOLDER,THIRDPARTY
no_lines_before=THIRDPARTY
back to top