Skip to content

Commit 867bc2b

Browse files
committed
format
1 parent 856f552 commit 867bc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/globalPlugins/MathCAT/MathCAT.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class MathCATInteraction(mathPres.MathInteractionNVDAObject):
226226
def __init__(
227227
self,
228228
provider: mathPres.MathPresentationProvider = None,
229-
mathMl: str | None = None
229+
mathMl: str | None = None,
230230
):
231231
super(MathCATInteraction, self).__init__(provider=provider, mathMl=mathMl)
232232
if mathMl is None:

0 commit comments

Comments
 (0)