File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
samples/snippets/quickstart Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515# limitations under the License.
1616
1717import os
18- import pytest
1918import uuid
2019
2120from google .api_core .exceptions import AlreadyExists
2221from google .cloud import pubsub_v1
22+ import pytest
23+
24+ import pub # noqa
2325
24- import pub
2526
2627UUID = uuid .uuid4 ().hex
2728PROJECT = os .environ ["GCLOUD_PROJECT" ]
Original file line number Diff line number Diff line change 1313# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414# See the License for the specific language governing permissions and
1515# limitations under the License.
16-
17- import mock
1816import os
19- import pytest
2017import uuid
2118
2219from google .api_core .exceptions import AlreadyExists
2320from google .cloud import pubsub_v1
21+ import mock
22+ import pytest
2423
25- import sub
24+ import sub # noqa
2625
2726
2827UUID = uuid .uuid4 ().hex
You can’t perform that action at this time.
0 commit comments