Răsfoiți Sursa

fix flake8 code formatting

Kimaru thagana 4 ani în urmă
părinte
comite
3c8fa085fb
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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: