google / ml-metadata

For recording and retrieving metadata associated with ML developer and data scientist workflows.
https://www.tensorflow.org/tfx/guide/mlmd
Apache License 2.0
626 stars 148 forks source link

Apply pre-commit fixes #205

Closed peytondmurray closed 1 month ago

peytondmurray commented 2 months ago

This PR applies pre-commit fixes across the entire repository in preparation for merging #204. Most of these violations are end-of-file and trailing whitespace fixes, but there are also a few places imports were reordered, and where f-strings were used in place of calls to format(). Finally, some __future__ imports related to python-2/3 migration were removed.