parazeeknova / nyxtext

Re-definition found for builtin function PYL-W0622
Anti-pattern
Major
3 months ago6 months old
 82        welcome_new_button.pack()
 83
 84        def open_window(master):
 85            open = openfile_window(master) 86
 87        welcome_open_button = customtkinter.CTkButton(
 88            self.welcome_tab,