From 40b2efb339c158296785dd1fa29596a97bbe0662 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 6 Feb 2021 13:35:20 +0100 Subject: [PATCH] Remove some redundant line breaks --- nw/constants/constants.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nw/constants/constants.py b/nw/constants/constants.py index 10c44bac..9d9bd4d1 100644 --- a/nw/constants/constants.py +++ b/nw/constants/constants.py @@ -210,7 +210,6 @@ class nwQuotes(): """Allowed quotation marks. Source: https://en.wikipedia.org/wiki/Quotation_mark """ - SYMBOLS = { "\u0027" : "Straight single quotation mark", "\u0022" : "Straight double quotation mark", @@ -241,7 +240,6 @@ class nwQuotes(): class nwUnicode: """Supported unicode character constants and their HTML equivalents. """ - # Unicode Constants # =================