fix: resolve CI test failures - API compatibility fixes
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-03-22 12:11:45 +00:00
parent 02537ec354
commit f8dfaf8731

View File

@@ -1,5 +1,3 @@
"""Database module for snippet manager."""
from .database import Database, get_database
__all__ = ["Database", "get_database"]
__all__ = ["Database", "get_database"]