Skip to content

Commit

Permalink
Fix lint failure. (#6219)
Browse files Browse the repository at this point in the history
Introduced in #6215.
  • Loading branch information
tseaver committed Oct 16, 2018
1 parent 09051a5 commit 3bf4b78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storage/tests/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@


USER_PROJECT = os.environ.get('GOOGLE_CLOUD_TESTS_USER_PROJECT')
RUNNING_IN_VPCSC = os.getenv('GOOGLE_CLOUD_TESTS_IN_VPCSC', '').lower() == 'true'
RUNNING_IN_VPCSC = os.getenv(
'GOOGLE_CLOUD_TESTS_IN_VPCSC', '').lower() == 'true'


def _bad_copy(bad_request):
Expand Down

0 comments on commit 3bf4b78

Please sign in to comment.