Skip to content

Commit 2fea523

Browse files
committed
fix: minor changes
1 parent 9f49a48 commit 2fea523

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

locustfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def on_start(self):
1212
self._add_measurement(self.device_id)
1313

1414
def _create_user(self) -> int:
15-
unique_suffix = uuid.uuid4().hex[:8]\
15+
unique_suffix = uuid.uuid4().hex[:8]
1616
payload = {
1717
"username": f"user-{unique_suffix}",
1818
"email": f"{unique_suffix}@example.com",

0 commit comments

Comments
 (0)