Skip to content

Commit

Permalink
Update libs/aws/Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Piyush Jain <[email protected]>
  • Loading branch information
guilt and 3coins authored Dec 10, 2024
1 parent 02319aa commit f0bd840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/aws/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ install_dev: ## Install development environment
@pip install --no-cache -U poetry
@poetry install --with dev,test,codespell,lint,typing

check_imports: $(shell find langchain_aws -name '*.py') ## Check code for Import breakage
check_imports: $(shell find langchain_aws -name '*.py') ## Check missing imports
@poetry run python ./scripts/check_imports.py $^

######################
Expand Down

0 comments on commit f0bd840

Please sign in to comment.