Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Undefined name: errors #61

@cclauss

Description

@cclauss

Where is errors defined?
% flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

./pinject/pinject/__init__.py:32:23: F821 undefined name 'errors'
for thing_name in dir(errors):
                      ^
./pinject/pinject/__init__.py:33:21: F821 undefined name 'errors'
    thing = getattr(errors, thing_name)
                    ^
2     F821 undefined name 'errors'
2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions