File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616
1717import argparse
1818
19- from gcloud import logging
19+ from google . cloud import logging
2020
2121
2222def list_sinks ():
Original file line number Diff line number Diff line change 1515import random
1616import string
1717
18- from gcloud import logging
1918from gcp .testing import eventually_consistent
19+ from google .cloud import logging
2020import pytest
2121
2222import export
Original file line number Diff line number Diff line change 1- gcloud == 0.18.3
1+ google-cloud-logging == 0.20.0
Original file line number Diff line number Diff line change 2323
2424import argparse
2525
26- from gcloud import logging
26+ from google . cloud import logging
2727
2828
2929def write_entry (logger_name ):
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from gcloud import logging
1615from gcp .testing import eventually_consistent
16+ from google .cloud import logging
1717import pytest
1818
1919import snippets
You can’t perform that action at this time.
0 commit comments