gochan-org / gochan

Expected 2 blank lines after end of function or class FLK-E305
Style
Minor
2 months ago2 years old
expected 2 blank lines after class or function definition, found 1
80		help="If specified, only the test method with this name will be run")
81	return argParser.parse_args()
82
83if __name__ == "__main__":84	parser = argparse.ArgumentParser(description="Browser testing via Selenium")
85	args = parseArgs(parser)
86	try: