Skip to content

Commit 9144c1c

Browse files
authored
Merge branch 'main' into modified
2 parents 03e6b28 + e52fc05 commit 9144c1c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

website/views/project.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import ipaddress
21
import concurrent.futures
2+
import ipaddress
33
import json
44
import re
55
import socket
@@ -42,11 +42,13 @@
4242

4343
# logging.getLogger("matplotlib").setLevel(logging.ERROR)
4444

45+
4546
# Helper function to parse date
4647
def parse_date(date_str):
4748
"""Parse GitHub API date string to datetime object"""
4849
return parse_datetime(date_str) if date_str else None
4950

51+
5052
def blt_tomato(request):
5153
current_dir = Path(__file__).parent.parent
5254
json_file_path = current_dir / "fixtures" / "blt_tomato_project_link.json"
@@ -665,7 +667,7 @@ def get_context_data(self, **kwargs):
665667
}
666668
)
667669

668-
# Add organization context if it exists
670+
# Add organization context if it exists!
669671
if project.organization:
670672
context["organization"] = project.organization
671673

0 commit comments

Comments
 (0)