deprecations isort and flake8 fix#71
Open
martynaut wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Weekly GAM scan + linter fixes — 2026-06-10
Dependency updates (requirements.txt)
already sunset (v202405 was retired May 2025). v49 supports the four
currently-active versions: v202505, v202508, v202511, v202602.
given the DataFrame.append() fix below.
Bug fixes
get_users_from_admanager and get_companies_from_admanager. DataFrame.append()
was removed in pandas 2.0 (April 2023); both functions would raise
AttributeError on any current pandas install.
Linter fixes (flake8 + isort)
isinstance() across gam_api.py, bigquery_api.py, athena_api_helpers.py,
moat_api_helpers.py, neo4j_api.py, s3_connection_api.py
(return value of permissions().create().execute() was never read)
google_drive_helpers.py
google_drive_helpers.py
and formatting in mysql.py, mysql_helpers.py, athena_api.py, qubole_api.py,
bigquery_api.py, neo4j_api.py, google_drive_helpers.py