Remove unnecessary functions from module
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from smnp.module.iterable.function import combine, map, get
|
||||
from smnp.module.iterable.function import map, get
|
||||
|
||||
functions = [ combine.function, map.function ]
|
||||
functions = [ map.function ]
|
||||
methods = [ get.function ]
|
||||
Reference in New Issue
Block a user