Skip to content

fix: correct release_data typo and dict annotation in EasyReflectometryApp#331

Open
Jah-yee wants to merge 1 commit into
easyscience:masterfrom
Jah-yee:fix/release-date-typo
Open

fix: correct release_data typo and dict annotation in EasyReflectometryApp#331
Jah-yee wants to merge 1 commit into
easyscience:masterfrom
Jah-yee:fix/release-date-typo

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Jun 17, 2026

Copy link
Copy Markdown

Summary

Fixes issue #323 - two related typos:

  1. Misspelled pyproject key: release_datarelease_date (PEP-621 compliance)
  2. Reference update in home.py: PYPROJECT['project']['release_data']PYPROJECT['project']['release_date']
  3. Dict annotation typo fix: dict[str:str]dict[str, str] (two occurrences in home.py lines 16 and 23)

Changes

  • pyproject.toml: release_datarelease_date
  • EasyReflectometryApp/Backends/Py/home.py: Updated pyproject key reference + corrected type annotations

Testing

  • Verify app imports without toml.load crash
  • Confirm type-checker no longer flags dict[str:str] as invalid syntax

Fixes

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.

App version reads misspelled, non-PEP-621 pyproject key 'release_data'

1 participant