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

Commit 17cd943

Browse files
authored
Merge pull request #1183 from bjones1/fitb-clean
Fix: Remove unused option.
2 parents 9f8fa10 + 07e30c0 commit 17cd943

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

runestone/fitb/fitb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ class FillInTheBlank(RunestoneIdDirective):
144144
option_spec = RunestoneIdDirective.option_spec.copy()
145145
option_spec.update(
146146
{
147-
"blankid": directives.unchanged,
148147
"casei": directives.flag, # case insensitive matching
149148
}
150149
)

0 commit comments

Comments
 (0)