Skip to content

Commit b49d8a7

Browse files
cleanup comment
Signed-off-by: Ramon Petgrave <[email protected]>
1 parent 90d8244 commit b49d8a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sigstore/_internal/rekor/client_v2.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ def create_entry(self, request: v2.CreateEntryRequest) -> LogEntry: # type: ign
7777
"""
7878
Submit a new entry for inclusion in the Rekor log.
7979
"""
80-
# TODO: There may be a bug in betterproto, where the V_0_0_2 is changed to V002,
81-
# Or it is an issue with the proto `json_value`.
82-
# See https://github.com/sigstore/rekor-tiles/blob/bd5893730de581629a5f475923c663f776793496/api/proto/rekor_service.proto#L66.
8380
payload = request.to_dict()
8481
_logger.debug(f"proposed: {json.dumps(payload)}")
8582
resp = self.session.post(

0 commit comments

Comments
 (0)