Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sneeringer committed Mar 8, 2017
1 parent d602885 commit 2e130d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions language/.flake8
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[flake8]
ignore =
exclude =
.git,
__pycache__,
.git,
*.pyc,
conf.py
4 changes: 2 additions & 2 deletions language/tests/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
from google.cloud import language
from google.cloud import storage

from google.cloud._system_test_utils import unique_resource_id
from google.cloud._system_test_utils.retry import RetryErrors
from test_utils.system import unique_resource_id
from test_utils.retry import RetryErrors


class Config(object):
Expand Down

0 comments on commit 2e130d0

Please sign in to comment.