Remove unused imports in the Python files

Found using flake8
This commit is contained in:
Corey Farwell 2015-05-31 19:15:32 -04:00
parent c63fc4dc13
commit 7bddb1185f
8 changed files with 4 additions and 24 deletions

View file

@ -55,7 +55,7 @@ def notify_win(title, text):
def notify_darwin(title, text):
import AppKit, Foundation, objc
import Foundation, objc
NSUserNotification = objc.lookUpClass("NSUserNotification")
NSUserNotificationCenter = objc.lookUpClass("NSUserNotificationCenter")