Gosh do I really not know the alphabet?
pull/7453/head
Brendan Abolivier 2020-05-07 18:03:07 +02:00
parent 56480b2551
commit 419d116f16
No known key found for this signature in database
GPG Key ID: 1E015C145F1916CD
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import logging
from typing import List, Optional, Tuple, Set
from typing import List, Optional, Set, Tuple
from six import iteritems
@ -676,7 +676,7 @@ class DeviceWorkerStore(SQLBaseStore):
table="device_lists_remote_resync",
keyvalues=None,
retcols=("user_id",),
desc="get_user_ids_requiring_device_list_resync"
desc="get_user_ids_requiring_device_list_resync",
)
return {row["user_id"] for row in rows}