Refactoring

This commit is contained in:
2021-07-26 15:52:27 +02:00
parent 94949394de
commit 8dcf3a6768
4 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
from cpl_query.extension.iterable import Iterable
from .._extension.iterable import Iterable
class List(Iterable):