Skip to content

Commit bf12197

Browse files
authored
Remove spaces
1 parent 4b51772 commit bf12197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-eval-mathrepl/mathrepl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
__author__ = "Leodanis Pozo Ramos"
1111

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

0 commit comments

Comments
 (0)