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

DM-41811: Add pre-commit and update doc build #7

Merged
merged 7 commits into from
Jan 3, 2024
Merged

Conversation

taranu
Copy link
Collaborator

@taranu taranu commented Dec 18, 2023

No description provided.

@@ -45,32 +46,32 @@ def get_spanned_image(
bbox: geom.Box2I = None,
spans: np.ndarray = None,
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
spans: np.ndarray = None,
spans: np.ndarray | None = None,

@@ -45,32 +46,32 @@ def get_spanned_image(
bbox: geom.Box2I = None,
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
bbox: geom.Box2I = None,
bbox: geom.Box2I | None = None,

@taranu taranu merged commit c750177 into main Jan 3, 2024
1 check passed
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