Skip to content

Commit 3e7659e

Browse files
committed
drop similar_technologies
1 parent b587d1d commit 3e7659e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functions/technologies/libs/presenters.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ class Presenters:
33
@staticmethod
44
def technology(item):
55
return {
6-
'similar_technologies': item['similar_technologies'],
76
'description': item['description'],
87
'origins': item['origins'],
98
'technology': item['technology'],

0 commit comments

Comments
 (0)