``` python >>> import caption_contest_data as ccd ``` throws a syntax error on line 90 of `_api.py` with this code: ``` python ints: List[Union[str, int]] = [int(c) if c.isnumeric() else c.split("-")[0] for c in _ints] ```