From 07e30c0e3fd9298a67965d8d639bef0d8f6cec64 Mon Sep 17 00:00:00 2001 From: bjones1 Date: Wed, 21 Apr 2021 23:21:14 +0000 Subject: [PATCH] Fix: Remove unused option. --- runestone/fitb/fitb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/runestone/fitb/fitb.py b/runestone/fitb/fitb.py index c8b6bf1e7..2caa085b0 100644 --- a/runestone/fitb/fitb.py +++ b/runestone/fitb/fitb.py @@ -144,7 +144,6 @@ class FillInTheBlank(RunestoneIdDirective): option_spec = RunestoneIdDirective.option_spec.copy() option_spec.update( { - "blankid": directives.unchanged, "casei": directives.flag, # case insensitive matching } )