Skip to content

Commit

Permalink
fix: pylint and mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
nitchandak committed May 2, 2024
1 parent 5169a1f commit 43c8401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gemini/sample-apps/agent-assist/backend/src/apis/calendar.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""This is a python utility file created for help."""

# pylint: disable=all

from datetime import datetime

from flask import jsonify
Expand Down
Empty file.

0 comments on commit 43c8401

Please sign in to comment.