Skip to content

Commit b4308fd

Browse files
committed
Revert "fix: high level list method"
This reverts commit 17c9bdd.
1 parent 3680cfe commit b4308fd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

google/cloud/aiplatform/base.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright 2022 Google LLC
3+
# Copyright 2020 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -1064,11 +1064,9 @@ def _list(
10641064
or initializer.global_config.common_location_path(
10651065
project=project, location=location
10661066
),
1067+
"filter": filter,
10671068
}
10681069

1069-
if filter:
1070-
list_request["filter"] = filter
1071-
10721070
if order_by:
10731071
list_request["order_by"] = order_by
10741072

0 commit comments

Comments
 (0)