Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hxy9243 committed Mar 8, 2023
1 parent b1fcf1b commit d85556e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras/datasets/reuters.py
Expand Up @@ -197,8 +197,8 @@ def get_label_names():
See references from:
- [Github Discussion](https://github.com/keras-team/keras/issues/12072#issuecomment-458154097)
- [Blog Introduction to Reuters Dataset](https://martin-thoma.com/nlp-reuters/)
- [Github Discussion](https://github.com/keras-team/keras/issues/12072)
- [Reuters Dataset](https://martin-thoma.com/nlp-reuters/)
"""
return (
"cocoa",
Expand Down

0 comments on commit d85556e

Please sign in to comment.