mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Fix pyflakes errors
This commit is contained in:
parent
bcf8eb687a
commit
ac21dfff6d
11 changed files with 11 additions and 31 deletions
|
@ -37,10 +37,8 @@ from twisted.internet import defer
|
|||
|
||||
from ._base import SQLBaseStore
|
||||
from synapse.api.errors import SynapseError
|
||||
from synapse.api.constants import Membership
|
||||
from synapse.util.logutils import log_function
|
||||
|
||||
import json
|
||||
import logging
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue