Remove unnecessary functions from module

This commit is contained in:
Bartłomiej Pluta
2019-07-15 21:10:05 +02:00
parent 44e63ed18d
commit 17ef5be057
5 changed files with 4 additions and 69 deletions

View File

@@ -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 ]