-
Notifications
You must be signed in to change notification settings - Fork 735
Conversation
sweet! thanks so much |
sure! @jerryjliu let me know if anything needs to be fixed before we can merge :) |
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.
thanks!
loader_hub/zulip/base.py
Outdated
from typing import List, Optional | ||
from datetime import datetime | ||
import os | ||
import zulip |
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.
could this be a lazy import within the __init__.py
file? see other data loaders as an example
mostly because it's breaking tests atm
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.
@blue-note bumping this! would be good to get this fixed, then we can land
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.
moved the import!
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.
thanks!
No description provided.