mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-21 06:03:43 +00:00
removed unused import math.asin
This commit is contained in:
parent
244d141be8
commit
a70cf86f0d
1 changed files with 1 additions and 1 deletions
2
sstv.py
2
sstv.py
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
from __future__ import division, with_statement
|
from __future__ import division, with_statement
|
||||||
from math import sin, asin, pi
|
from math import sin, pi
|
||||||
from random import random
|
from random import random
|
||||||
import struct
|
import struct
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue