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

Commit496c69c

Browse files
committed
Upgrade Python syntax with pyupgrade --py37-plus
1 parent6666337 commit496c69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def make_release_tree(self, base_dir: str, files: Sequence) -> None:
4444
def_stamp_version(filename:str)->None:
4545
found,out=False, []
4646
try:
47-
withopen(filename,"r")asf:
47+
withopen(filename)asf:
4848
forlineinf:
4949
if"__version__ ="inline:
5050
line=line.replace("\"git\"","'%s'"%VERSION)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp