mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-08 18:02:23 -04:00
Fix pyflakes and pep8 warnings
This commit is contained in:
parent
5da65085d1
commit
2f804a7072
3 changed files with 4 additions and 3 deletions
|
@ -78,7 +78,7 @@ class MediaRepositoryStore(SQLBaseStore):
|
|||
|
||||
def store_cached_remote_media(self, origin, media_id, media_type,
|
||||
media_length, time_now_ms, upload_name,
|
||||
filesytem_id):
|
||||
filesystem_id):
|
||||
return self._simple_insert(
|
||||
"remote_media_cache",
|
||||
{
|
||||
|
@ -103,7 +103,6 @@ class MediaRepositoryStore(SQLBaseStore):
|
|||
)
|
||||
)
|
||||
|
||||
|
||||
def store_remote_media_thumbnail(self, origin, media_id, thumbnail_width,
|
||||
thumbnail_height, thumbnail_type,
|
||||
thumbnail_length, filesystem_id):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue