diff --git a/ee/api/chalicelib/core/projects.py b/ee/api/chalicelib/core/projects.py index aa5bf4d75..87ef5b2e0 100644 --- a/ee/api/chalicelib/core/projects.py +++ b/ee/api/chalicelib/core/projects.py @@ -1,5 +1,6 @@ import json -from typing import Optional +from collections import Counter +from typing import Optional, List from fastapi import HTTPException, status