8000 MAINT: Cleaner formatting · numpy/numpy@a8279f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit a8279 8000 f1

Browse files
HaoZekecharris
authored andcommitted
MAINT: Cleaner formatting
1 parent 09abcec commit a8279f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

numpy/f2py/crackfortran.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2180,7 +2180,11 @@ def analyzebody(block, args, tab=''):
21802180

21812181
setmesstext(block)
21822182

2183-
maybe_private = {key: value for key, value in block['vars'].items() if 'attrspec' not in value or 'public' not in value['attrspec']}
2183+
maybe_private = {
2184+
key: value
2185+
for key, value in block['vars'].items()
2186+
if 'attrspec' not in value or 'public' not in value['attrspec']
2187+
}
21842188

21852189
body = []
21862190
for b in block['body']:

0 commit comments

Comments
 (0)
0