Skip to content

Commit 0708987

Browse files
committed
ruff
1 parent 1bfaf2f commit 0708987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/project.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ def image(self, image_id: str) -> Dict:
787787
788788
>>> image_details = project.image("image-id")
789789
"""
790-
url = f"{API_URL}/{self.__workspace}/{self.__project_name}/images/{image_id}" f"?api_key={self.__api_key}"
790+
url = f"{API_URL}/{self.__workspace}/{self.__project_name}/images/{image_id}?api_key={self.__api_key}"
791791

792792
data = requests.get(url).json()
793793

0 commit comments

Comments
 (0)