You can use options = Options() or options = webdriver.ChromeOptions() at place of options = webdriver.ChromeOptions
Otherwise you are pointing at an object (namely webdriver.ChromeOptions), and not making an instance of that object by including the needed parenthesis