From d3f307035437b87157df52af170d98c787deaf30 Mon Sep 17 00:00:00 2001 From: avilash1 <50221549+avilash1@users.noreply.github.com> Date: Wed, 27 Nov 2019 08:59:51 +0530 Subject: [PATCH] Update mapper.py Hi I compared with other files or mapper codes,so i changed import re in this --- hdpexamples/python-streaming/same_dna/mapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdpexamples/python-streaming/same_dna/mapper.py b/hdpexamples/python-streaming/same_dna/mapper.py index f9ea9e8c..ca174b9c 100644 --- a/hdpexamples/python-streaming/same_dna/mapper.py +++ b/hdpexamples/python-streaming/same_dna/mapper.py @@ -5,7 +5,7 @@ ''' import sys - +import re def read_input(file): for line in file: