mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 06:54:54 -04:00
Stop sub-classing object (#8249)
This commit is contained in:
parent
9f8abdcc38
commit
c619253db8
168 changed files with 293 additions and 292 deletions
|
@ -25,7 +25,7 @@ logger = logging.getLogger(__name__)
|
|||
MAX_LIMIT = 1000
|
||||
|
||||
|
||||
class SourcePaginationConfig(object):
|
||||
class SourcePaginationConfig:
|
||||
|
||||
"""A configuration object which stores pagination parameters for a
|
||||
specific event source."""
|
||||
|
@ -45,7 +45,7 @@ class SourcePaginationConfig(object):
|
|||
)
|
||||
|
||||
|
||||
class PaginationConfig(object):
|
||||
class PaginationConfig:
|
||||
|
||||
"""A configuration object which stores pagination parameters."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue