Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ libraries:
skip_readme_copy: true
- name: google-auth-httplib2
version: 0.3.1
skip_generate: true
python:
library_type: AUTH
name_pretty_override: Google Auth httplib2
Expand Down
14 changes: 6 additions & 8 deletions packages/google-auth-httplib2/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "google-auth-httplib2",
"name_pretty": "Google Auth httplib2",
"client_documentation": "https://googleapis.dev/python/google-auth-httplib2/latest",
"distribution_name": "google-auth-httplib2",
"issue_tracker": "https://github.com/googleapis/google-cloud-python/issues",
"release_level": "preview",
"language": "python",
"library_type": "AUTH",
"repo": "googleapis/google-cloud-python",
"distribution_name": "google-auth-httplib2",
"default_version": "",
"codeowner_team": "@googleapis/googleapis-auth"
}
"name": "google-auth-httplib2",
"name_pretty": "Google Auth httplib2",
"release_level": "preview",
"repo": "googleapis/google-cloud-python"
}
2 changes: 1 addition & 1 deletion packages/google-auth-httplib2/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys
import os
import shlex
import sys

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down
4 changes: 1 addition & 3 deletions packages/google-auth-httplib2/google_auth_httplib2.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@
import http.client
import logging

from google.auth import exceptions
from google.auth import transport
from google.auth import exceptions, transport
import httplib2


_LOGGER = logging.getLogger(__name__)
# Properties present in file-like streams / buffers.
_STREAM_PROPERTIES = ("read", "seek", "tell")
Expand Down
Loading