Skip to content
Snippets Groups Projects
Commit 144bcdf7 authored by Neda Moeini's avatar Neda Moeini
Browse files

Fix docs error.

parent cfa1553e
No related branches found
No related tags found
1 merge request!307Feature/l2circuits
Pipeline #90551 failed
......@@ -267,7 +267,7 @@ def generate_unique_vc_id(max_attempts: int = 100) -> VC_ID | None:
"""
def create_vc_id() -> str:
"""Generate an 8-digit VC_ID starting with "11"."""
"""Generate an 8-digit VC_ID starting with '11'."""
return f"11{random.randint(100000, 999999)}" # noqa: S311
for _ in range(max_attempts):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment