mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-26 10:52:09 +08:00
9 lines
201 B
Python
9 lines
201 B
Python
# 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)
|