Skip to content

Commit 536a20e

Browse files
committed
fix(generator): remove encoding and pragma no cover from _compat.py header
1 parent 7b7668c commit 536a20e

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

  • packages/gapic-generator
    • gapic/templates/%namespace/%name_%version/%sub
    • tests/integration/goldens/storagebatchoperations/google/cloud/storagebatchoperations_v1

packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub/_compat.py.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
# pragma: NO COVER
31
# {% include '_license.j2' %}
42

53
import uuid

packages/gapic-generator/tests/integration/goldens/storagebatchoperations/google/cloud/storagebatchoperations_v1/_compat.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
# pragma: NO COVER
31
# Copyright 2026 Google LLC
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)