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

Improve style #27

Merged
merged 11 commits into from
Feb 1, 2023
Merged

Improve style #27

merged 11 commits into from
Feb 1, 2023

Conversation

ibro45
Copy link
Collaborator

@ibro45 ibro45 commented Jan 27, 2023

Merge after #25

@ibro45 ibro45 requested a review from surajpaib January 27, 2023 07:46
@ibro45 ibro45 requested review from surajpaib and removed request for surajpaib February 1, 2023 00:03
@@ -6,31 +6,31 @@
from loguru import logger


def ensure_list(x: Any) -> List:
def ensure_list(vals: Any) -> List:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Any reason to change it to vals? I think x looked more readable for quick functions like this

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Just coz of the linter, should I revert it?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ahh, no worries then, lgtm

@ibro45 ibro45 merged commit 1e0c213 into main Feb 1, 2023
@ibro45 ibro45 deleted the aesthetics branch February 1, 2023 21:55
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