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

Commit677029c

Browse files
jkseppanQuLogic
andauthored
Formatting
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent9f7d1da commit677029c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎lib/matplotlib/_type1font.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,11 +1017,7 @@ def _step(
10171017
returnglyphs,set(), [],postscript_stack
10181018
elifopcode=='div':
10191019
num1,num2=buildchar_stack[-2:]
1020-
return (
1021-
set(),
1022-
set(),
1023-
buildchar_stack[-2:]+ [num1/num2],postscript_stack
1024-
)
1020+
returnset(),set(),buildchar_stack[-2:]+ [num1/num2],postscript_stack
10251021
elifopcode=='callothersubr':
10261022
othersubr=buildchar_stack[-1]
10271023
n=buildchar_stack[-2]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp