Skip to content

fix: restore Area export in __init__.py#111

Open
Baho73 wants to merge 1 commit intorendrom:masterfrom
Baho73:fix/export-area-in-init
Open

fix: restore Area export in __init__.py#111
Baho73 wants to merge 1 commit intorendrom:masterfrom
Baho73:fix/export-area-in-init

Conversation

@Baho73
Copy link
Copy Markdown

@Baho73 Baho73 commented Feb 18, 2026

Summary

  • Restores Area class export in rosreestr2coord/__init__.py
  • The export was accidentally removed in commit 4153b54 ("feat: add CI workflow and enhance testing setup")
  • This broke the documented import: from rosreestr2coord import Area

Fixes #106

Changes

rosreestr2coord/__init__.py:

from rosreestr2coord.parser import Area

__all__ = ("Area",)

This restores the state from before the regression (see commit fc720ff).

Test plan

  • from rosreestr2coord import Area works without ImportError
  • Existing tests pass (pytest -m "not integration")

The Area class was accidentally removed from __init__.py in commit
4153b54, breaking `from rosreestr2coord import Area` as documented
in README.

Fixes rendrom#106

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

ошибка импорта Area

1 participant