Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 5b5d1d7

Browse files
committed
Clean: Black.
1 parent 9d48711 commit 5b5d1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runestone/common/runestonedirective.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def __init__(self, *args, **kwargs):
264264
else:
265265
self.int_points = 1
266266

267-
self.options['optclass'] = self.options.get('class', "")
267+
self.options["optclass"] = self.options.get("class", "")
268268

269269
self.explain_text = []
270270

0 commit comments

Comments
 (0)