Skip to content

Commit 0ebcab5

Browse files
authored
Reformat
1 parent 04c1584 commit 0ebcab5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python-eval-mathrepl/mathrepl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
__author__ = "Leodanis Pozo Ramos"
99

1010
ALLOWED_NAMES = {
11-
name: obj for name, obj in math.__dict__.items() if not name.startswith("__")
11+
name: obj for name, obj in math.__dict__.items() if not name.startswith(
12+
"__")
1213
}
1314

1415
PS1 = "mr>>"

0 commit comments

Comments
 (0)