Skip to content

Commit 872aacd

Browse files
author
Matt Bertrand
committed
Rebased with master
1 parent 62dcb59 commit 872aacd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dataqs/helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ def asciier(txt):
359359
norm_txt = re.sub('\s+', ' ', unicodedata.normalize('NFD', txt))
360360
ascii_txt = norm_txt.encode('ascii', 'ignore').decode('ascii')
361361
return ascii_txt
362-
<<<<<<< HEAD
363362

364363

365364
class MockResponse(object):

0 commit comments

Comments
 (0)