Skip to content

Commit 05dbea6

Browse files
committed
fix lint
Signed-off-by: mahdikhashan <[email protected]>
1 parent e005825 commit 05dbea6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sdk/python/v1beta1/kubeflow/katib/api/katib_client.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,9 @@ class name in this argument.
561561
raise ValueError(
562562
f"""
563563
Invalid PVC name '{name}'. It must comply with RFC 1123.
564-
565-
A lowercase RFC 1123 subdomain must consist of lowercase alphanumeric characters, '-' or '.',
564+
565+
A lowercase RFC 1123 subdomain must consist of lowercase
566+
alphanumeric characters, '-' or '.',
566567
and must start and end with an alphanumeric character.
567568
For example, 'example.com' is valid.
568569
The regex used for validation is:

0 commit comments

Comments
 (0)