Summary
Germinette rejects standard library import time in Python Module 10 despite subject allowing it
Environment
- OS: Ubuntu 24.04.4
- Python version: 3.12.3
- Project version / commit: Germinette v1.6.6
Steps to Reproduce
- Code Python Module 10 ex4 with
from time import time
- Run germinette
Expected Behavior
OK
Actual Behavior
KO (Forbidden Import)
Minimal Reproducible Example
Error Output
Forbidden Import
Forbidden Import: 'time' is not authorized.
Additional Context
Subject, Authorized Imports: Standard library modules as needed for the exercises