Skip to content

Commit

Permalink
Optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dereisele committed Oct 2, 2017
1 parent cbdad03 commit ba846c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions G213Colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@


from __future__ import print_function
import sys
import usb.core
import usb.util
import binascii
import platform


standardColor = 'ffb4aa' # Standard color, i found this color to produce a white color on my G213
Expand Down
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

from __future__ import print_function
import G213Colors
from time import sleep
import gi
import sys
import platform
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk
from time import sleep

NAME = "G213 Colors"
PRODUCTS = ["G213", "G203"]
Expand Down

0 comments on commit ba846c5

Please sign in to comment.