Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu committed Apr 19, 2018
1 parent a85ec0b commit d15d707
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/language_model/__init__.py
Expand Up @@ -18,4 +18,4 @@
# under the License.

# pylint: disable=wildcard-import
"""Language Model example."""
"""Language Model example."""
2 changes: 1 addition & 1 deletion scripts/nmt/__init__.py
Expand Up @@ -18,4 +18,4 @@
# under the License.

# pylint: disable=wildcard-import
"""NMT example."""
"""NMT example."""
2 changes: 1 addition & 1 deletion scripts/sentiment_analysis/__init__.py
Expand Up @@ -18,4 +18,4 @@
# under the License.

# pylint: disable=wildcard-import
"""Sentiment Analysis example."""
"""Sentiment Analysis example."""

0 comments on commit d15d707

Please sign in to comment.