mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-04 22:07:34 +00:00
removed unused import math.floor
This commit is contained in:
parent
3e49c90394
commit
10c85423d4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from __future__ import division, with_statement
|
||||
from math import sin, pi, floor
|
||||
from math import sin, pi
|
||||
from random import random
|
||||
from contextlib import closing
|
||||
from itertools import imap, izip, cycle, chain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue