Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored and busunkim96 committed Oct 30, 2020
1 parent f53c654 commit 49cf318
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import argparse

from gcloud import logging
from google.cloud import logging


def list_sinks():
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/export_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
import random
import string

from gcloud import logging
from gcp.testing import eventually_consistent
from google.cloud import logging
import pytest

import export
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gcloud==0.18.3
google-cloud-logging==0.20.0
2 changes: 1 addition & 1 deletion samples/snippets/snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

import argparse

from gcloud import logging
from google.cloud import logging


def write_entry(logger_name):
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from gcloud import logging
from gcp.testing import eventually_consistent
from google.cloud import logging
import pytest

import snippets
Expand Down

0 comments on commit 49cf318

Please sign in to comment.