|
@@ -54,6 +54,7 @@ class Collection(NamedBaseModel):
|
|
"""
|
|
"""
|
|
|
|
|
|
# pylint: disable=import-outside-toplevel
|
|
# pylint: disable=import-outside-toplevel
|
|
|
|
+ # pylint: disable=cyclic-import
|
|
from pycs.database.File import File
|
|
from pycs.database.File import File
|
|
return self.files.order_by(File.id).offset(offset).limit(limit)
|
|
return self.files.order_by(File.id).offset(offset).limit(limit)
|
|
|
|
|