Skip to content

Commit

Permalink
added Jenkins class in test_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aghadge committed Jan 27, 2025
1 parent 9d897e3 commit bf8356c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/community/langchain_community/utilities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
"GoogleTrendsAPIWrapper": "langchain_community.utilities.google_trends",
"GraphQLAPIWrapper": "langchain_community.utilities.graphql",
"InfobipAPIWrapper": "langchain_community.utilities.infobip",
"JenkinsAPIWrapper": "langchain_community.utilities.jenkins",
"JiraAPIWrapper": "langchain_community.utilities.jira",
"LambdaWrapper": "langchain_community.utilities.awslambda",
"MaxComputeAPIWrapper": "langchain_community.utilities.max_compute",
Expand Down
1 change: 1 addition & 0 deletions libs/community/tests/unit_tests/utilities/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"GoogleTrendsAPIWrapper",
"GraphQLAPIWrapper",
"InfobipAPIWrapper",
"JenkinsAPIWrapper",
"JiraAPIWrapper",
"LambdaWrapper",
"MaxComputeAPIWrapper",
Expand Down

0 comments on commit bf8356c

Please sign in to comment.