### Describe the Bug In `pageindex/page_index_md.py`, the fallback import for `utils` uses a bare `except:`: ```python try: from .utils import * except: from utils import *
Describe the Bug
In
pageindex/page_index_md.py, the fallback import forutilsuses a bareexcept::