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

Rename flask_util pkg to flask #1

Closed

Conversation

c24t
Copy link

@c24t c24t commented Oct 25, 2019

Suggestion for open-telemetry#206.


import logging

from flask import request as flask_request
from flask import request as flask_request # pylint: disable=no-name-in-module

Choose a reason for hiding this comment

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

Even when suppressing this error, it also means that pylint won't be able to do any checks whether some attribute exists on flask_request. But given that I also really don't like flask_util as package name, I'm inclined to accept that shortcoming.

@Oberon00 Oberon00 closed this Jul 30, 2021
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