We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b587d1d commit 3e7659eCopy full SHA for 3e7659e
functions/technologies/libs/presenters.py
@@ -3,7 +3,6 @@ class Presenters:
3
@staticmethod
4
def technology(item):
5
return {
6
- 'similar_technologies': item['similar_technologies'],
7
'description': item['description'],
8
'origins': item['origins'],
9
'technology': item['technology'],
0 commit comments