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

Remove __future__ imports #727

Closed
ketch opened this issue Sep 25, 2024 · 2 comments
Closed

Remove __future__ imports #727

ketch opened this issue Sep 25, 2024 · 2 comments

Comments

@ketch
Copy link
Member

ketch commented Sep 25, 2024

Since we no longer support Python 2, we can remove these, which are still present in a very large number of files.

This should be done for the whole PyClaw codebase in one PR that can be squashed to a single commit.

Thanks to @pavelkomarov for suggesting this with #726.

@pavelkomarov
Copy link
Contributor

subl `grep -IR . -e "__future__" | cut -d: -f1` opened them all, and I chopped the future out.

@pavelkomarov
Copy link
Contributor

We can close this now.

@ketch ketch closed this as completed Oct 4, 2024
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

No branches or pull requests

2 participants