https://github.com/tensorflow/magenta
Raw File
Tip revision: 14e703536341ef3fa7d7f1ea0fe7eb5365a8cf69 authored by Curtis Hawthorne on 04 February 2019, 18:44:43 UTC
Update numpy dependency.
Tip revision: 14e7035
.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