Skip to content

Commit 82fa4b6

Browse files
yoshi-automationtseaver
authored andcommitted
Fix coverage in 'types.py' (via synth). (#8155)
1 parent 24d3dbd commit 82fa4b6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

iot/google/cloud/iot_v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
names = []
4949

50-
for module in _shared_modules:
50+
for module in _shared_modules: # pragma: NO COVER
5151
for name, message in get_messages(module).items():
5252
setattr(sys.modules[__name__], name, message)
5353
names.append(name)

iot/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-05-24T12:21:50.428980Z",
2+
"updateTime": "2019-05-25T12:22:48.919409Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.20.0",
8-
"dockerImage": "googleapis/artman@sha256:3246adac900f4bdbd62920e80de2e5877380e44036b3feae13667ec255ebf5ec"
7+
"version": "0.21.0",
8+
"dockerImage": "googleapis/artman@sha256:28d4271586772b275cd3bc95cb46bd227a24d3c9048de45dccdb7f3afb0bfba9"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "0537189470f04f24836d6959821c24197a0ed120",
16-
"internalRef": "249742806"
15+
"sha": "7ca19138ccebe219a67be2245200e821b3e32123",
16+
"internalRef": "249916728"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)