소스 검색

Applied pyflakes.

Taddeus Kroes 13 년 전
부모
커밋
adeaa5617a
3개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 1
      src/areas.py
  2. 0 1
      src/trackers/tap.py
  3. 1 1
      tests/draw.py

+ 0 - 1
src/areas.py

@@ -1,6 +1,5 @@
 from area import Area
 from screen import screen_size
-from events import PointMoveEvent, PointUpEvent
 
 
 __all__ = ['RectangularArea', 'CircularArea', 'FullscreenArea']

+ 0 - 1
src/trackers/tap.py

@@ -2,7 +2,6 @@ import time
 from threading import Thread
 
 from ..tracker import GestureTracker
-from ..geometry import Positionable
 from utils import PointGesture
 
 

+ 1 - 1
tests/draw.py

@@ -1,4 +1,4 @@
-lambda g: #!/usr/bin/env python
+#!/usr/bin/env python
 from __future__ import division
 import pygame
 from threading import Thread