diff --git a/backend/project/endpoints/projects/project_detail.py b/backend/project/endpoints/projects/project_detail.py index fc2008aa..df4e99d7 100644 --- a/backend/project/endpoints/projects/project_detail.py +++ b/backend/project/endpoints/projects/project_detail.py @@ -17,7 +17,6 @@ API_URL = getenv('API_HOST') RESPONSE_URL = urljoin(API_URL, "projects") - class ProjectDetail(Resource): """ Class for projects/id endpoints