Skip to content

Commit

Permalink
Revert "switch google cloud logging import for v2.0.0"
Browse files Browse the repository at this point in the history
This reverts commit 13e29b9.

...temporarily, until we figure out googleapis/python-logging#110.
  • Loading branch information
snarfed committed Dec 31, 2020
1 parent 13e29b9 commit 7063e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logs.py
Expand Up @@ -12,7 +12,7 @@
import urllib.request, urllib.parse, urllib.error

from google.cloud import ndb
from google.cloud.logging_v2.services.logging_service_v2 import LoggingServiceV2Client
from google.cloud.logging_v2 import LoggingServiceV2Client
import humanize
import webapp2

Expand Down

0 comments on commit 7063e82

Please sign in to comment.