Skip to content

Commit f245ffb

Browse files
committed
chore: update tools dir for latest black version
1 parent d299753 commit f245ffb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tools/python_test_v4.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,12 @@
701701

702702
# Remove once https://gitlab.com/gitlab-org/gitlab/-/issues/211878 is fixed
703703
deploy_token = deploy_token_group.deploytokens.create(
704-
{"name": "foo", "username": "", "expires_at": "", "scopes": ["read_repository"],}
704+
{
705+
"name": "foo",
706+
"username": "",
707+
"expires_at": "",
708+
"scopes": ["read_repository"],
709+
}
705710
)
706711

707712
assert len(deploy_token_group.deploytokens.list()) == 1

0 commit comments

Comments
 (0)