瀏覽代碼

flake8 fix

ShezaMunir 3 年之前
父節點
當前提交
e5fa2ea9ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test_howdoi.py

+ 1 - 1
test_howdoi.py

@@ -287,7 +287,7 @@ class HowdoiTestCase(unittest.TestCase):  # pylint: disable=too-many-public-meth
         query = self.queries[0]
         howdoi._get_links = self._get_links_blockerror
         response = howdoi.howdoi(query)
-        self.assertEqual(response,"ERROR: \x1b[91mUnable to get a response from any search engine\n\x1b[0m")
+        self.assertEqual(response, "ERROR: \x1b[91mUnable to get a response from any search engine\n\x1b[0m")
 
 class HowdoiTestCaseEnvProxies(unittest.TestCase):