Skip to content

removed "used-before-assignment" line #48895

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

Closed
wants to merge 1 commit into from

Conversation

shivamurali
Copy link

@shivamurali shivamurali commented Sep 30, 2022

Copy link
Member

@MarcoGorelli MarcoGorelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR - you're missing step 3 from the issue, there's lot's of errors

pylint..................................................................................................Failed
- hook id: pylint
- exit code: 2

************* Module pandas.io.formats.style
pandas/io/formats/style.py:93:26: E0601: Using variable 'no_mpl_message' before assignment (used-before-assignment)
************* Module pandas.core.groupby.indexing
pandas/core/groupby/indexing.py:115:32: E0601: Using variable 'groupby' before assignment (used-before-assignment)
************* Module pandas.core.dtypes.common
pandas/core/dtypes/common.py:269:7: E0601: Using variable '_is_scipy_sparse' before assignment (used-before-assignment)
************* Module pandas.tests.io.excel.test_writers
pandas/tests/io/excel/test_writers.py:889:16: E0601: Using variable 'f' before assignment (used-before-assignment)
************* Module pandas.tests.io.pytables.test_store
pandas/tests/io/pytables/test_store.py:912:29: E0601: Using variable 'fd' before assignment (used-before-assignment)
************* Module pandas.core.tools.datetimes
pandas/core/tools/datetimes.py:1078:34: E0601: Using variable 'Series' before assignment (used-before-assignment)
************* Module pandas._version
pandas/_version.py:91:43: E0601: Using variable 'dispcmd' before assignment (used-before-assignment)
************* Module versioneer
versioneer.py:404:43: E0601: Using variable 'dispcmd' before assignment (used-before-assignment)

@mroeschke mroeschke added the Code Style Code style, linting, code_checks label Oct 3, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 2022

This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this.

@github-actions github-actions bot added the Stale label Nov 3, 2022
@MarcoGorelli
Copy link
Member

closing for now, feel free to submit a new pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Style Code style, linting, code_checks Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants