File tree 2 files changed +6
-6
lines changed
samples/snippets/quickstart
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
# limitations under the License.
16
16
17
17
import os
18
- import pytest
19
18
import uuid
20
19
21
20
from google .api_core .exceptions import AlreadyExists
22
21
from google .cloud import pubsub_v1
22
+ import pytest
23
+
24
+ import pub # noqa
23
25
24
- import pub
25
26
26
27
UUID = uuid .uuid4 ().hex
27
28
PROJECT = os .environ ["GCLOUD_PROJECT" ]
Original file line number Diff line number Diff line change 13
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
-
17
- import mock
18
16
import os
19
- import pytest
20
17
import uuid
21
18
22
19
from google .api_core .exceptions import AlreadyExists
23
20
from google .cloud import pubsub_v1
21
+ import mock
22
+ import pytest
24
23
25
- import sub
24
+ import sub # noqa
26
25
27
26
28
27
UUID = uuid .uuid4 ().hex
You can’t perform that action at this time.
0 commit comments