Skip to content

Commit dffe06b

Browse files
committed
yapf
1 parent a4f51af commit dffe06b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/unit/b2http/test_b2http.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,9 @@ class TestB2HttpUserAgentAppend(TestB2Http):
298298

299299
class TestSetLocaleContextManager(TestBase):
300300
def test_set_locale_context_manager(self):
301-
test_locale = locale.normalize('C.utf8') # C.UTF-8 on Ubuntu 18.04 Bionic, C.utf8 on Ubuntu 22.04 Jammy
301+
test_locale = locale.normalize(
302+
'C.utf8'
303+
) # C.UTF-8 on Ubuntu 18.04 Bionic, C.utf8 on Ubuntu 22.04 Jammy
302304
other_locale = 'C'
303305

304306
saved = locale.setlocale(locale.LC_ALL)

0 commit comments

Comments
 (0)