Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@AndreMiras
Copy link
Member

  • remove object inheritance
  • remove __future__ imports
  • remove six checks and conditional imports
  • flat out a few for loops
  • fix dir is a reserved keyword
  • few more nitpick fixes

@AndreMiras AndreMiras force-pushed the feature/minor_fixes branch from b089188 to f045e91 Compare March 31, 2020 07:02
):
return True
return False
return project_dir is not None and \
Copy link
Member

Choose a reason for hiding this comment

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

nitpick: this backslash hurts my eyes 😆, since we touch the lines we could remove that and do it more 🐍.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks addressed 👍

opacam
opacam previously approved these changes Mar 31, 2020
Copy link
Member

@opacam opacam left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks!!

- remove `object` inheritance
- remove `__future__` imports
- remove `six` checks and conditional imports
- flat out a few for loops
- fix `dir` is a reserved keyword
- few more nitpick fixes
Copy link
Member

@opacam opacam left a comment

Choose a reason for hiding this comment

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

Thanks!

@AndreMiras AndreMiras merged commit f2b621e into kivy:develop Mar 31, 2020
@AndreMiras AndreMiras deleted the feature/minor_fixes branch March 31, 2020 11:28
@AndreMiras AndreMiras mentioned this pull request Apr 17, 2020
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.