-
Notifications
You must be signed in to change notification settings - Fork 2
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
Improve style #27
Conversation
Conflicts: assets/images/coverage.svg lighter/utils/misc.py
@@ -6,31 +6,31 @@ | |||
from loguru import logger | |||
|
|||
|
|||
def ensure_list(x: Any) -> List: | |||
def ensure_list(vals: Any) -> List: |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
Merge after #25