mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Re3moved reference to minmax.
This commit is contained in:
parent
124eb94270
commit
c93fdeb43d
2 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
# Module 'Soundogram'
|
||||
|
||||
import audio
|
||||
from minmax import min, max
|
||||
from Histogram import Histogram
|
||||
|
||||
class Soundogram() = Histogram():
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Module 'Soundogram'
|
||||
|
||||
import audio
|
||||
from minmax import min, max
|
||||
from Histogram import Histogram
|
||||
|
||||
class Soundogram() = Histogram():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue