未验证 提交 2f012e8a 编写于 作者: L Leodanis Pozo Ramos 提交者: GitHub

Format with black again

上级 0ebcab5d
......@@ -8,8 +8,7 @@ __version__ = "1.0"
__author__ = "Leodanis Pozo Ramos"
ALLOWED_NAMES = {
name: obj for name, obj in math.__dict__.items() if not name.startswith(
"__")
k: v for k, v in math.__dict__.items() if not k.startswith("__")
}
PS1 = "mr>>"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册