Skip to content
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

update on generic functions #86

Merged
merged 2 commits into from
May 13, 2024
Merged

Conversation

XYangXRay
Copy link

changes in the datatime by Lutz

@XYangXRay XYangXRay requested a review from mrakitin May 10, 2024 16:06
Copy link
Member

@mrakitin mrakitin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My concern with these changes is that on top of that module it's imported as import datetime and will likely break if no overwriting from the users' notebooks happens:

import datetime

I think we need to fix that import to match, such as:

from datetime import datetime

@XYangXRay XYangXRay requested a review from mrakitin May 10, 2024 20:36
Copy link
Member

@mrakitin mrakitin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks for the fixes, @XYangXRay and Lutz!

@mrakitin mrakitin merged commit 21765b0 into main May 13, 2024
12 checks passed
@mrakitin mrakitin deleted the updates-20240509-generic-function branch May 13, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants