Skip to content

Commit b72645a

Browse files
authored
Reformat with black
1 parent bf12197 commit b72645a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python-eval-mathrepl/mathrepl.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
__author__ = "Leodanis Pozo Ramos"
1111

1212
ALLOWED_NAMES = {
13-
name: obj
14-
for name, obj in math.__dict__.items()
15-
if "__" not in name
13+
name: obj for name, obj in math.__dict__.items() if "__" not in name
1614
}
1715

1816
PS1 = "mr>>"

0 commit comments

Comments
 (0)