Skip to content
Snippets Groups Projects
Commit 1ed02bc5 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Tidy some imports.

Gbp-Dch: ignore
parent 63cf7e1d
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,8 @@ import os
import pprint
import re
import sys
from unicodedata import normalize
import unicodedata
from urllib.parse import urlparse
from diffoscope import VERSION
......@@ -169,7 +170,7 @@ def convert(s, ponct=0, tag=''):
i = 0
t.write('\u200b')
return normalize('NFC', t.getvalue())
return unicodedata.normalize('NFC', t.getvalue())
def output_visual(ctx, visual, path, indentstr, indentnum):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment