From 6544c68dcf96b93d353f906e60cdd8e76aa2ff13 Mon Sep 17 00:00:00 2001 From: Dennis Burke Date: Fri, 9 Aug 2024 14:35:17 -0400 Subject: [PATCH] remove unused variable --- textile/core.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/textile/core.py b/textile/core.py index 6d2c1e7..8efdbea 100644 --- a/textile/core.py +++ b/textile/core.py @@ -149,8 +149,6 @@ class Textile(object): note_index = 1 - doctype_whitelist = ['xhtml', 'html5'] - glyph_definitions = { 'quote_single_open': '‘', # noqa: E241 'quote_single_close': '’', # noqa: E241