Wokia-Dev / EzFractal

Imported name is not used anywhere in the module PY-W2000
Anti-pattern
Major
a year agoa year old
  5from multiprocessing import Pool
  6
  7import pygame
  8import platform  9
 10import UI.Components.EzComplexButton
 11from Core import EZ
Unused Pool imported from multiprocessing
  2import os
  3import sys
  4import webbrowser
  5from multiprocessing import Pool  6
  7import pygame
  8import platform
Unused import UI.Components.EzToggle
  7import UI.Components.EzButton
  8import UI.Components.EzText
  9import UI.Components.EzTextField
 10import UI.Components.EzToggle 11from Core import EZ
 12from UI.Components.EzButton import check_ez_button_event
 13
  3
  4import numba
  5import numpy as np
  6from numpy import uint8  7import pygame
  8
  9
Unused import UI.Components.EzToggle
  7import UI.Components.EzButton
  8import UI.Components.EzText
  9import UI.Components.EzTextField
 10import UI.Components.EzToggle 11from Core import EZ
 12from UI.Components.EzButton import check_ez_button_event
 13