Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite941f12

Browse files
committed
Remove whitespace
1 parentb1c3b2a commite941f12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Lib/test/test_tokenize.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ def test_random_files(self):
17271727
print('tokenize',testfile)
17281728
withopen(testfile,'rb')asf:
17291729
# with self.subTest(file=testfile):
1730-
self.check_roundtrip(f)
1730+
self.check_roundtrip(f)
17311731

17321732

17331733
defroundtrip(self,code):

‎Lib/tokenize.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def tokenize(readline):
444444
encoding="utf-8"
445445
yieldTokenInfo(ENCODING,encoding, (0,0), (0,0),'')
446446
yieldfrom_tokenize(rl_gen,encoding)
447-
447+
448448
def_tokenize(rl_gen,encoding):
449449
source=b"".join(rl_gen).decode(encoding)
450450
token=None

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp