We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4ad58 commit 96efbaaCopy full SHA for 96efbaa
1 file changed
pyst_client/simple/classes/concept.py
@@ -197,13 +197,6 @@ def associations(
197
198
results = []
199
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)
207
results.extend(
208
Association.get_many(
209
correspondence=correspondence,
@@ -213,13 +206,6 @@ def associations(
213
)
214
215
if target:
216
217
218
- target_concept=self,
219
220
221
222
- print("Target:", response)
223
224
210
225
211
0 commit comments