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

Undefined name: errors #61

Open
cclauss opened this issue Mar 23, 2021 · 0 comments
Open

Undefined name: errors #61

cclauss opened this issue Mar 23, 2021 · 0 comments

Comments

@cclauss
Copy link
Contributor

cclauss commented Mar 23, 2021

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant