chore: add missing __init__.py files (#2719)
Some checks failed
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled

Add `__init__.py` files to 20 directories to conform with Python package standards. This ensures directories are properly recognized as packages, enabling cleaner imports.
This commit is contained in:
Greyson LaLonde
2025-04-29 10:35:26 -04:00
committed by GitHub
parent 55b07506c2
commit 25c8155609
20 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1 @@
"""Tests for storage."""