forked from langflow-ai/langflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename CSV component and update Google OAuth imports (langf…
…low-ai#4521) * change csv to data name, change googleauth folder * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1815b8e
commit 2d5aa8a
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
from .gmail import GmailLoaderComponent | ||
from .google_drive import GoogleDriveComponent | ||
from .google_drive_search import GoogleDriveSearchComponent | ||
from .google_oauth_token import GoogleOAuthToken | ||
|
||
__all__ = ["GmailLoaderComponent", "GoogleDriveComponent", "GoogleDriveSearchComponent"] | ||
__all__ = [ | ||
"GmailLoaderComponent", | ||
"GoogleDriveComponent", | ||
"GoogleDriveSearchComponent", | ||
"GoogleOAuthToken", | ||
] |
File renamed without changes.