mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-27 00:49:14 +08:00
9 lines
201 B
Python
Vendored
9 lines
201 B
Python
Vendored
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
"""Assertion for votes migration."""
|
|
|
|
from weblate.trans.models import Vote
|
|
|
|
Vote.objects.get(value=1)
|