Skip to content

Fix stale AFIS import in entry script - #1

Open
Aphrodite1818 wants to merge 1 commit into
thespaceio:mainfrom
Aphrodite1818:fix-import
Open

Aphrodite1818 wants to merge 1 commit into
thespaceio:mainfrom
Aphrodite1818:fix-import

Conversation

@Aphrodite1818

Copy link
Copy Markdown

Fixes a stale import in the AFIS demo entry script. The project defines AFISSystem in system.py, but main.py was still importing it from afis_core, a module that doesn't exist in this repository. This caused a ModuleNotFoundError when running the app.

Changes
main.py: updated the import from from afis_core import AFISSystem to from system import AFISSystem
Why

Aligns the entry script with the actual project structure so the demo runs correctly from the repository root.

Verification

Ran the script after the change — the import error is resolved and the application entry point loads the AFISSystem class successfully.

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.

1 participant