We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d2d9f commit f0ca9aeCopy full SHA for f0ca9ae
instrumentation-genai/opentelemetry-instrumentation-google-genai/examples/manual/main.py
@@ -12,6 +12,12 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
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
+
21
import os
22
23
import google.genai
0 commit comments