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

Update lockfile #19

Closed

Conversation

logan-porelle
Copy link

No description provided.

@@ -5,6 +5,7 @@
from server.webapp import flaskapp, database, cursor, TEMPLATES
from server.models import *
from server.routes import *
from server.roll_pitch_yaw import *

Check notice

Code scanning / CodeQL

'import *' may pollute namespace Note

Import pollutes the enclosing namespace, as the imported module
server.roll_pitch_yaw
does not define '__all__'.
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.

1 participant