diff --git a/plugin-repos/starlark-apps/pixlet_renderer.py b/plugin-repos/starlark-apps/pixlet_renderer.py index 878fa883..c3e746f4 100644 --- a/plugin-repos/starlark-apps/pixlet_renderer.py +++ b/plugin-repos/starlark-apps/pixlet_renderer.py @@ -13,7 +13,7 @@ import re import shutil import subprocess from pathlib import Path -from typing import Dict, Any, Optional, Tuple +from typing import Dict, Any, Optional, Tuple, List logger = logging.getLogger(__name__)