remove another unuse file

This commit is contained in:
2025-06-26 17:05:53 +07:00
parent 464bb18b3c
commit bb751efc27
3 changed files with 2 additions and 11 deletions
+1 -4
View File
@@ -1,7 +1,4 @@
from .server import ServerRepository
from .channel import ChannelRepository
from .channel_app import ChannelAppRepository
from .home_debt import HomeDebtRepository
from .currency import CurrencyRepository
__all__ = ['ServerRepository', 'ChannelRepository', 'ChannelAppRepository', 'HomeDebtRepository', 'CurrencyRepository']
__all__ = ['HomeDebtRepository', 'CurrencyRepository']