mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
synapse/storage/_base.py:Table was unused
This commit is contained in:
parent
cc3ab0c214
commit
527d95dea0
2 changed files with 2 additions and 130 deletions
|
@ -13,7 +13,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from ._base import SQLBaseStore, Table
|
||||
from ._base import SQLBaseStore
|
||||
from twisted.internet import defer
|
||||
|
||||
from synapse.api.errors import StoreError
|
||||
|
@ -149,5 +149,5 @@ class PusherStore(SQLBaseStore):
|
|||
)
|
||||
|
||||
|
||||
class PushersTable(Table):
|
||||
class PushersTable(object):
|
||||
table_name = "pushers"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue