Sfoglia il codice sorgente

Removed some unused imports.

Taddeus Kroes 13 anni fa
parent
commit
2e1cf7a68c
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 3
      tests/draw.py

+ 1 - 3
tests/draw.py

@@ -1,10 +1,8 @@
 #!/usr/bin/env python
 from __future__ import division
 import pygame
-import sys
-import time
 from threading import Thread
-from math import degrees, cos, sin
+from math import degrees
 
 from src.server import GestureServer
 from src.window import FullscreenWindow