mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-18 02:59:27 -04:00
PEP8
This commit is contained in:
parent
b8092fbc82
commit
e1c0970c11
3 changed files with 0 additions and 6 deletions
|
@ -13,8 +13,6 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import collections
|
||||
|
||||
from ._base import SQLBaseStore, Table
|
||||
from twisted.internet import defer
|
||||
|
||||
|
@ -167,4 +165,3 @@ class PusherStore(SQLBaseStore):
|
|||
|
||||
class PushersTable(Table):
|
||||
table_name = "pushers"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue