Skip to content
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

chore: remove unused imports and organize used imports #246

Merged
merged 5 commits into from
Jul 29, 2024

Conversation

tdstein
Copy link
Collaborator

@tdstein tdstein commented Jul 26, 2024

Cleans imports via

pipx run autoflake --remove-all-unused-imports --in-place --recursive .
pipx run isort . 

Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1223 1154 94% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
src/posit/connect/bundles.py 100% 🟢
src/posit/connect/client.py 99% 🟢
src/posit/connect/config.py 100% 🟢
src/posit/connect/content.py 100% 🟢
src/posit/connect/cursors.py 100% 🟢
src/posit/connect/env.py 100% 🟢
src/posit/connect/groups.py 47% 🟢
src/posit/connect/hooks.py 100% 🟢
src/posit/connect/me.py 100% 🟢
src/posit/connect/metrics/init.py 100% 🟢
src/posit/connect/metrics/shiny_usage.py 100% 🟢
src/posit/connect/metrics/usage.py 100% 🟢
src/posit/connect/metrics/visits.py 100% 🟢
src/posit/connect/oauth.py 100% 🟢
src/posit/connect/paginator.py 100% 🟢
src/posit/connect/permissions.py 100% 🟢
src/posit/connect/tasks.py 100% 🟢
src/posit/connect/users.py 100% 🟢
src/posit/connect/variants.py 100% 🟢
TOTAL 97% 🟢

updated for commit: 34c93ae by action🐍

Base automatically changed from tdstein/improve-url-parsing to main July 29, 2024 13:56
@tdstein tdstein merged commit 8c74a63 into main Jul 29, 2024
31 checks passed
@tdstein tdstein deleted the tdstein/cleanup-imports branch July 29, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants