Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion trace/.coveragerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Generated by synthtool. DO NOT EDIT!
[run]
branch = True

Expand Down
1 change: 0 additions & 1 deletion trace/.flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Generated by synthtool. DO NOT EDIT!
[flake8]
ignore = E203, E266, E501, W503
exclude =
Expand Down
1 change: 0 additions & 1 deletion trace/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Generated by synthtool. DO NOT EDIT!
[bdist_wheel]
universal = 1
10 changes: 5 additions & 5 deletions trace/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-06-14T12:35:05.147762Z",
"updateTime": "2019-06-17T16:55:18.612177Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.25.0",
"dockerImage": "googleapis/artman@sha256:ef1a98ab1e2b8f05f4d9a56f27d63347aefe14020e5f2d585172b14ca76f1d90"
"version": "0.26.0",
"dockerImage": "googleapis/artman@sha256:6db0735b0d3beec5b887153a2a7c7411fc7bb53f73f6f389a822096bd14a3a15"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c23b68eecb00c4d285a730a49b1d7d943cd56183",
"internalRef": "253113405"
"sha": "7b58b37559f6a5337c4c564518e9573d742df225",
"internalRef": "253322136"
}
},
{
Expand Down
4 changes: 0 additions & 4 deletions trace/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
# Copy docs configuration
s.move(library / f"docs/conf.py")

# Issues exist where python files should define the source encoding
# https://github.com/googleapis/gapic-generator/issues/2097
s.replace("google/**/proto/*_pb2.py", r"(^.*$\n)*", r"# -*- coding: utf-8 -*-\n\g<0>")

# ----------------------------------------------------------------------------
# Add templated files
# ----------------------------------------------------------------------------
Expand Down