Skip to content

Commit f0ca9ae

Browse files
committed
Fix failing lint workflow.
1 parent 00d2d9f commit f0ca9ae

File tree

1 file changed

+6
-0
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-google-genai/examples/manual

1 file changed

+6
-0
lines changed

instrumentation-genai/opentelemetry-instrumentation-google-genai/examples/manual/main.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# We skip linting this file with pylint, because the linter is not
16+
# configured with the "requirements.txt" dependencies and therefore
17+
# will give multiple "no-name-in-module" errors for the imports.
18+
#
19+
# pylint: skip-file
20+
1521
import os
1622

1723
import google.genai

0 commit comments

Comments
 (0)