Skip to content

Commit 96efbaa

Browse files
committed
fixup! Add simpler version of client library
1 parent bf4ad58 commit 96efbaa

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

pyst_client/simple/classes/concept.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,6 @@ def associations(
197197

198198
results = []
199199
if source:
200-
response = Association.get_many(
201-
correspondence=correspondence,
202-
source_concept=self,
203-
kind=kind,
204-
timeout=timeout,
205-
)
206-
print("Source:", response)
207200
results.extend(
208201
Association.get_many(
209202
correspondence=correspondence,
@@ -213,13 +206,6 @@ def associations(
213206
)
214207
)
215208
if target:
216-
response = Association.get_many(
217-
correspondence=correspondence,
218-
target_concept=self,
219-
kind=kind,
220-
timeout=timeout,
221-
)
222-
print("Target:", response)
223209
results.extend(
224210
Association.get_many(
225211
correspondence=correspondence,

0 commit comments

Comments
 (0)