DigitalSlideArchive / HistomicsStream

A whole-slide image reader for TensorFlow
Apache License 2.0
22 stars 6 forks source link

Arrange imports with `isort` #133

Closed Leengit closed 8 months ago

Leengit commented 8 months ago

Arrange the order of Python import statements with isort and then format them with black -C.

Leengit commented 8 months ago

A test is failing because GitHub can no longer download a file, TCGA-AN-A0G0-01Z-00-DX1.svs, for running a test on. However, the test passes on my personal system because the needed file is cached. This failure is independent of this pull request so I am going to go ahead and merge this pull request.