gochan-org / gochan

At least two spaces before inline comment FLK-E261
Style
Minor
2 months ago2 years old
at least two spaces before inline comment
 62		self.assertIsNotNone(post_link, "Found recent post in recent posts list")
 63		post_link.click()
 64		WebDriverWait(self.driver, 10).until(
 65			EC.url_contains(link_href)) # link_href should be something like "/seleniumtesting/ref/<threadOP>.html#<postID>" 66
 67		fragment = urllib.parse.urldefrag(self.driver.current_url).fragment
 68		delete_post(self.options, fragment, self.options.password)