-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removes bluelink connector because platform retired March 2024 #1034
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise LGTM
parsons/__init__.py
Outdated
@@ -93,7 +92,9 @@ | |||
("parsons.zoom.zoom", "Zoom"), | |||
): | |||
try: | |||
globals()[connector_name] = getattr(importlib.import_module(module_path), connector_name) | |||
globals()[connector_name] = getattr( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this change here breaks the linting. potentially relevant is that a recent PR upgraded us from black 22 to black 24, which has some differences in how it lints files
Also I'd prefer if the commit message was more explicit like "Removing the bluelink connector because the platform has closed" or something |
@austinweisgrau I'm not sure how to edit a commit message, but added a description to the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…coop#1034) Removing the bluelink connector because the platform was retired in March of 2024. --------- Co-authored-by: Elyse <[email protected]>
…coop#1034) Removing the bluelink connector because the platform was retired in March of 2024. --------- Co-authored-by: Elyse <[email protected]>
Removing the bluelink connector because the platform was retired in March of 2024.