diff options
| author | Seth M Morton <seth.m.morton@gmail.com> | 2016-05-02 22:38:53 -0700 |
|---|---|---|
| committer | Seth M Morton <seth.m.morton@gmail.com> | 2016-05-02 23:01:46 -0700 |
| commit | da40ee390145093c11225dba76dff2e2da5f1b60 (patch) | |
| tree | 7cfd5e108a55f61fd9853293091c07e11531249a | |
| parent | bdc83f4e30e479507e17b5fccf225f0c093c9c0e (diff) | |
| download | natsort-da40ee390145093c11225dba76dff2e2da5f1b60.tar.gz | |
Removed a line from coverage.
| -rw-r--r-- | natsort/unicode_numbers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/natsort/unicode_numbers.py b/natsort/unicode_numbers.py index 8ae681b..2ea1306 100644 --- a/natsort/unicode_numbers.py +++ b/natsort/unicode_numbers.py @@ -246,7 +246,7 @@ for a in numeric_hex: except ValueError: # pragma: no cover break if unicodedata.numeric(l, None) is None: - continue + continue # pragma: no cover numeric_chars.append(l) # The digit characters are a subset of the numerals. |
