Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Remove version_info reference from __init__.py
- Remove version_info import as it's not available in Hatchling's auto-generated _version.py - Keep only VERSION and __version__ imports - Maintain compatibility with Hatchling's version handling Fixes mypy error: Module "bcra_connector._version" has no attribute "version_info"
- Loading branch information