mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-17 02:29:15 -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
|
@ -569,7 +569,7 @@ def _get_or_create_schema_state(txn, database_engine):
|
|||
|
||||
|
||||
@attr.s()
|
||||
class _DirectoryListing(object):
|
||||
class _DirectoryListing:
|
||||
"""Helper class to store schema file name and the
|
||||
absolute path to it.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue