We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
USAFacts is failing tests in main, probably due to a hamhanded conflict resolution I installed on Friday 😞
Linter errors:
env/bin/pylint delphi_usafacts ************* Module delphi_usafacts.geo delphi_usafacts/geo.py:28:42: E0602: Undefined variable 'STATE_TO_FIPS' (undefined-variable) ************* Module delphi_usafacts.pull delphi_usafacts/pull.py:78:18: E0602: Undefined variable 'pop_df' (undefined-variable)
(these cause commensurate errors in tests as well)
The text was updated successfully, but these errors were encountered:
sgsmob
Successfully merging a pull request may close this issue.
USAFacts is failing tests in main, probably due to a hamhanded conflict resolution I installed on Friday 😞
Linter errors:
(these cause commensurate errors in tests as well)
The text was updated successfully, but these errors were encountered: