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

Missing Optional types on session objects in repo functions #441

Closed
joelvdavies opened this issue Dec 9, 2024 · 0 comments · Fixed by #446
Closed

Missing Optional types on session objects in repo functions #441

joelvdavies opened this issue Dec 9, 2024 · 0 comments · Fixed by #446
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@joelvdavies
Copy link
Collaborator

My fault 🤦‍♂️ . We have quite a few instances around this repo and object-storage-api, so this is an issue to find ClientSession = None and replace them all with Optional[ClientSession] = None.

@joelvdavies joelvdavies added enhancement New feature or request good first issue Good for newcomers labels Dec 9, 2024
@joelvdavies joelvdavies self-assigned this Jan 9, 2025
@joelvdavies joelvdavies moved this from Backlog to In Progress in Inventory Management System Jan 9, 2025
@joelvdavies joelvdavies moved this from In Progress to In Review in Inventory Management System Jan 9, 2025
joelvdavies added a commit that referenced this issue Jan 14, 2025
…s-session-#441

Fix missing optional types on ClientSessions #441
@github-project-automation github-project-automation bot moved this from In Review to Done in Inventory Management System Jan 14, 2025
@VKTB VKTB moved this from Done to Archive in Inventory Management System Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Archive
Development

Successfully merging a pull request may close this issue.

1 participant