File tree 1 file changed +2
-4
lines changed
cognite/client/_api/data_modeling
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1204,8 +1204,7 @@ def list(
1204
1204
def list (
1205
1205
self ,
1206
1206
instance_type : type [T_Node ],
1207
- include_typing : bool = False ,
1208
- sources : Source | Sequence [Source ] | None = None ,
1207
+ * ,
1209
1208
space : str | SequenceNotStr [str ] | None = None ,
1210
1209
limit : int | None = DEFAULT_LIMIT_READ ,
1211
1210
sort : Sequence [InstanceSort | dict ] | InstanceSort | dict | None = None ,
@@ -1216,8 +1215,7 @@ def list(
1216
1215
def list (
1217
1216
self ,
1218
1217
instance_type : type [T_Edge ],
1219
- include_typing : bool = False ,
1220
- sources : Source | Sequence [Source ] | None = None ,
1218
+ * ,
1221
1219
space : str | SequenceNotStr [str ] | None = None ,
1222
1220
limit : int | None = DEFAULT_LIMIT_READ ,
1223
1221
sort : Sequence [InstanceSort | dict ] | InstanceSort | dict | None = None ,
You can’t perform that action at this time.
0 commit comments