Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
removed import getenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerwoud committed Mar 11, 2024
1 parent 123992c commit 2c3a719
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/project/endpoints/projects/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Module that implements the /projects endpoint of the API
"""
import os
from os import getenv
from urllib.parse import urljoin
import zipfile

Expand Down

0 comments on commit 2c3a719

Please sign in to comment.