aboutsummaryrefslogtreecommitdiff
path: root/gazelle/testdata/with_third_party_requirements_from_imports/bar.py
blob: 7875c1630b5f6feb35e71549fc3f8da45319cde2 (plain)
1
2
3
4
5
from google.cloud import aiplatform, storage

def main():
    a = dir(aiplatform)
    b = dir(storage)