cleverhans-lab / cleverhans

An adversarial example library for constructing attacks, building defenses, and benchmarking both
MIT License
6.15k stars 1.39k forks source link

Fix black formating on TF2 CIFAR-10 tutorial #1203

Closed steverab closed 3 years ago

steverab commented 3 years ago

It seems like the CIFAR-10 tutorial on CIFAR-10 was not formatted according to black, which made the style and type checks fail. This PR fixes this.