Skip to content

Commit ea2d9e0

Browse files
authored
chore: complete google-auth-httplib2 migration (#16681)
- Reformat with nox - Enable generation with librarian - Regenerate with librarian
1 parent b1ea082 commit ea2d9e0

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ libraries:
328328
skip_readme_copy: true
329329
- name: google-auth-httplib2
330330
version: 0.3.1
331-
skip_generate: true
332331
python:
333332
library_type: AUTH
334333
name_pretty_override: Google Auth httplib2
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
2-
"name": "google-auth-httplib2",
3-
"name_pretty": "Google Auth httplib2",
42
"client_documentation": "https://googleapis.dev/python/google-auth-httplib2/latest",
3+
"distribution_name": "google-auth-httplib2",
54
"issue_tracker": "https://github.com/googleapis/google-cloud-python/issues",
6-
"release_level": "preview",
75
"language": "python",
86
"library_type": "AUTH",
9-
"repo": "googleapis/google-cloud-python",
10-
"distribution_name": "google-auth-httplib2",
11-
"default_version": "",
12-
"codeowner_team": "@googleapis/googleapis-auth"
13-
}
7+
"name": "google-auth-httplib2",
8+
"name_pretty": "Google Auth httplib2",
9+
"release_level": "preview",
10+
"repo": "googleapis/google-cloud-python"
11+
}

packages/google-auth-httplib2/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
# All configuration values have a default; values that are commented out
2525
# serve to show the default.
2626

27-
import sys
2827
import os
2928
import shlex
29+
import sys
3030

3131
# If extensions (or modules to document with autodoc) are in another directory,
3232
# add these directories to sys.path here. If the directory is relative to the

packages/google-auth-httplib2/google_auth_httplib2.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@
1919
import http.client
2020
import logging
2121

22-
from google.auth import exceptions
23-
from google.auth import transport
22+
from google.auth import exceptions, transport
2423
import httplib2
2524

26-
2725
_LOGGER = logging.getLogger(__name__)
2826
# Properties present in file-like streams / buffers.
2927
_STREAM_PROPERTIES = ("read", "seek", "tell")

0 commit comments

Comments
 (0)