Skip to content

Commit e486bf2

Browse files
authored
black over operator-info-from-JSON-mm (#1185)
1 parent ee6d373 commit e486bf2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ clean: clean-cython clean-cache
114114
for dir in mathics/doc ; do \
115115
($(MAKE) -C "$$dir" clean); \
116116
done; \
117+
rm -f mathics/data/op-tables.json; \
118+
rm -f mathics/data/operator-tables.json; \
117119
rm -f factorials || true; \
118120
rm -f mathics/data/op-tables || true; \
119121
rm -rf build || true

mathics/builtin/no_meaning.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def init():
6969

7070
init()
7171

72+
7273
class DirectedEdge(InfixOperator):
7374
# This will be used to create a docstring
7475
r"""

0 commit comments

Comments
 (0)