remove re import from slogan test
parent
cf0ce39d3e
commit
03b7a6df9e
|
@ -7,7 +7,6 @@ author: mutantmonkey <mutantmonkey@mutantmonkey.in>
|
|||
import sys
|
||||
sys.path.append('.')
|
||||
|
||||
import re
|
||||
import unittest
|
||||
from mock import MagicMock, Mock
|
||||
from modules.slogan import sloganize, slogan
|
||||
|
|
Loading…
Reference in New Issue