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: add some pep8 and fix typehint #345

Closed
wants to merge 2 commits into from
Closed

Update: add some pep8 and fix typehint #345

wants to merge 2 commits into from

Conversation

chirizxc
Copy link

@chirizxc chirizxc commented Jun 4, 2024

No description provided.

Copy link
Owner

@sloria sloria left a comment

Choose a reason for hiding this comment

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

thanks for the PR! I'm going to pass on this for now since it doesn't add new functionality and the current styling is fine as is.

value: typing.Union[str, typing.Iterable], *, delimiter: str = ",", **kwargs
) -> typing.Iterable:
value: Union[str, Iterable], *, delimiter: str = ",", **kwargs
) -> None | list[str] | list[Any]:
Copy link
Owner

Choose a reason for hiding this comment

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

since we support python 3.8, we can't use this style of typing quite yet

@sloria sloria closed this Jun 4, 2024
@chirizxc chirizxc deleted the patch-1 branch June 5, 2024 06:28
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