Skip to content

Commit fef085d

Browse files
committed
style: format with black
1 parent fec4f9c commit fef085d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gitlab/tests/test_gitlab.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -633,9 +633,7 @@ def resp_get_issue(url, request):
633633
self.assertEqual(data[1].id, 2)
634634
self.assertEqual(data[1].name, "other_name")
635635

636-
@urlmatch(
637-
scheme="http", netloc="localhost", path="/api/v4/users/1", method="get"
638-
)
636+
@urlmatch(scheme="http", netloc="localhost", path="/api/v4/users/1", method="get")
639637
def resp_get_user(self, url, request):
640638
headers = {"content-type": "application/json"}
641639
content = (

0 commit comments

Comments
 (0)