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

Formatting cleanup #143

Merged
merged 6 commits into from
Apr 19, 2024
Merged

Formatting cleanup #143

merged 6 commits into from
Apr 19, 2024

Conversation

iLLiCiTiT
Copy link
Member

Description

Small formatting cleanup.

@iLLiCiTiT iLLiCiTiT merged commit 0302f79 into develop Apr 19, 2024
@iLLiCiTiT iLLiCiTiT deleted the enhancement/formatting-cleanup branch April 19, 2024 09:04
@@ -6132,7 +6131,8 @@ def get_repre_ids_by_context_filters(

Context filters have defined structure. To define filter of nested
subfield use dot '.' as delimiter (For example 'task.name').
Filter values can be regex filters. String or 're.Pattern' can be used.
Filter values can be regex filters. String or ``re.Pattern`` can
Copy link

Choose a reason for hiding this comment

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

Whats the reason this needs to be between two quotes? Was this intended to be re.Pattern?

Copy link
Member Author

Choose a reason for hiding this comment

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

For automated docstring creation. if I remember correctly

Copy link

Choose a reason for hiding this comment

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

Thanks, I had only ever seen it with single quotes like:

`re.Pattern`

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