浏览代码

fix flake8 code formatting

Kimaru thagana 4 年之前
父节点
当前提交
3c8fa085fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test_howdoi.py

+ 1 - 1
test_howdoi.py

@@ -15,7 +15,7 @@ from howdoi import howdoi
 
 # pylint: disable=protected-access
 class HowdoiTestCase(unittest.TestCase):  # pylint: disable=too-many-public-methods
-    def _get_result_mock(self, url): # pylint: disable=no-member
+    def _get_result_mock(self, url):  # pylint: disable=no-member
         file_name = howdoi._format_url_to_filename(url, 'html.gz')
         file_path = Path.joinpath(Path(howdoi.HTML_CACHE_PATH), Path(file_name)).resolve()
         try: