Skip to content

Commit 4356690

Browse files
committed
🐛 Add s (self) to instance methods
1 parent a459860 commit 4356690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adoc_math/_setup/a_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class Install:
5-
def run():
5+
def run(s):
66
run_cmd(
77
cmd=Command("npm i -g mathjax@3"),
88
)

adoc_math/_setup/b_link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class Link:
5-
def run():
5+
def run(s):
66
run_cmd(cmd=Command("npm link mathjax@3"))
77

88

0 commit comments

Comments
 (0)