test: Remove unused assignment lint

This commit is contained in:
Jennifer Richards 2023-07-28 10:57:16 -07:00
parent 19141d51e0
commit bb7445575b
No known key found for this signature in database
GPG key ID: 9B2BF5C5ADDA6A6E

View file

@ -235,7 +235,7 @@ class RFCSyncTests(TestCase):
# too, but for testing purposes ...
doc.action_holders.add(doc.ad) # not normally set, but add to be sure it's cleared
updated_doc = RfcFactory(rfc_number=123)
RfcFactory(rfc_number=123)
today = date_today()