Skip to content

Pyflakes warnings #14

Open
Open
@SnarkBoojum

Description

@SnarkBoojum

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions