Skip to content

Commit c9703a1

Browse files
committed
lint
1 parent f2c23cf commit c9703a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run/django/e2e_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
ADMIN_NAME = "admin"
5555
ADMIN_PASSWORD = uuid.uuid4().hex[:26]
5656

57+
5758
@backoff.on_exception(backoff.expo, Exception, max_tries=3)
5859
def run_shell_cmd(args: list) -> subprocess.CompletedProcess:
5960
"""

0 commit comments

Comments
 (0)