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

Pyflakes warnings #14

Open
SnarkBoojum opened this issue Nov 11, 2015 · 0 comments
Open

Pyflakes warnings #14

SnarkBoojum opened this issue Nov 11, 2015 · 0 comments

Comments

@SnarkBoojum
Copy link

The pyflakes code checkers reports the following about the code:

./pickleshare.py:43: 'os' imported but unused
./pickleshare.py:316: local variable 'data' is assigned to but never used
./pickleshare.py:325: undefined name 'test'
./pickleshare.py:326: undefined name 'stress'

Of those, the first is probably just a line to remove.

For the second, that's more annoying: I would say something is defined as "data" then used as "db"... when db unfortunately does exist! So it might be an actual bug.

The last two are as far as I see something to remove because it's a non-existing feature.

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

1 participant