Skip to content

Commit

Permalink
Merge pull request #643 from dhermes/remove-unused-empty
Browse files Browse the repository at this point in the history
Removing unused _EMPTY sentinel from base Connection.
  • Loading branch information
tseaver committed Feb 14, 2015
2 parents c6718f3 + 73650fd commit bf3507f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gcloud/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ class Connection(object):
API_BASE_URL = 'https://www.googleapis.com'
"""The base of the API call URL."""

_EMPTY = object()
"""A pointer to represent an empty value for default arguments."""

USER_AGENT = "gcloud-python/{0}".format(get_distribution('gcloud').version)
"""The user agent for gcloud-python requests."""

Expand Down

0 comments on commit bf3507f

Please sign in to comment.