fix: Don't include Vote in all_models

This commit is contained in:
Zeva Rose 2023-05-10 18:07:05 -06:00
parent 515cf96208
commit e04661bc46

View file

@ -271,7 +271,6 @@ all_models = [
TwitterFollow, TwitterFollow,
Unban, Unban,
UserSetting, UserSetting,
Vote,
VoteMod, VoteMod,
Warning, Warning,
] ]