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

Appearance settings

Commit 68fbefd

Browse filesBrowse files
jkseppanQuLogic
andcommitted
Formatting
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 1bbe1e4 commit 68fbefd
Copy full SHA for 68fbefd

File tree

1 file changed

+1
-5
lines changed
Filter options

1 file changed

+1
-5
lines changed

‎lib/matplotlib/_type1font.py

Copy file name to clipboardExpand all lines: lib/matplotlib/_type1font.py
+1-5Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,11 +1017,7 @@ def _step(
10171017
return glyphs, set(), [], postscript_stack
10181018
elif opcode == 'div':
10191019
num1, num2 = buildchar_stack[-2:]
1020-
return (
1021-
set(),
1022-
set(),
1023-
buildchar_stack[-2:] + [num1/num2], postscript_stack
1024-
)
1020+
return set(), set(), buildchar_stack[-2:] + [num1/num2], postscript_stack
10251021
elif opcode == 'callothersubr':
10261022
othersubr = buildchar_stack[-1]
10271023
n = buildchar_stack[-2]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.