Explorar el Código

fix flake8 code formatting

Kimaru thagana hace 4 años
padre
commit
3c8fa085fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: