fixed type checker

This commit is contained in:
Lorenze Jay
2024-08-09 10:19:38 -07:00
parent 72402e8263
commit a53f2bc5e6
2 changed files with 2 additions and 2 deletions

View File

@@ -23,4 +23,4 @@ jobs:
pip install mypy
- name: Run type checks
run: mypy src --exclude=crewai/cli/templates
run: mypy src