Skip to content

Commit

Permalink
Fix Travis lint errors.
Browse files Browse the repository at this point in the history
Seen in https://travis-ci.org/github/google/pytype/jobs/743080653.

PiperOrigin-RevId: 341954573
  • Loading branch information
rchen152 committed Nov 12, 2020
1 parent ce4a913 commit 79b728d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pytype/pytd/visitors_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import textwrap
import unittest

from pytype.pytd import escape
from pytype.pytd import pytd
Expand Down
1 change: 0 additions & 1 deletion pytype/tests/test_errors.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Tests for displaying errors."""

from pytype import file_utils
from pytype.pytd import escape
from pytype.tests import test_base


Expand Down

0 comments on commit 79b728d

Please sign in to comment.