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

python 3 updates #1493

Merged
merged 1 commit into from
Nov 10, 2022
Merged

python 3 updates #1493

merged 1 commit into from
Nov 10, 2022

Conversation

marksmayo
Copy link
Contributor

and some simplifications of conditional statements.

and some simplifications of conditional statements.
@@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details.
"""

from eve.io.mongo.media import GridFSMediaStorage
Copy link
Member

@nicolaiarocci nicolaiarocci Nov 8, 2022

Choose a reason for hiding this comment

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

tests are failing because this line was moved at the top. If you move it back to the bottom, tests will pass again (imports order is important in this file.)

@nicolaiarocci nicolaiarocci merged commit 7ae5bdd into pyeve:master Nov 10, 2022
@nicolaiarocci
Copy link
Member

alright i went ahead and applied the fix myself. Thanks for your contribution!

@marksmayo
Copy link
Contributor Author

@nicolaiarocci sorry for the delayed response. Thanks for sorting that!

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