Ver Fonte

trivial

mopybird há 1 ano atrás
pai
commit
8b0333d489
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      apps/web/helpers.py

+ 1 - 1
apps/web/helpers.py

@@ -43,7 +43,7 @@ if TYPE_CHECKING:
     from apps.web.management.models import Manager
     SourceT = Union[Agent, Dealer, Device, Manager, DeviceDict, WithdrawRecord]
 
-    from apps.web.core.models import WechatPayApp, AliApp
+    from apps.web.core.models import WechatPayApp
 
     WechatAPP_T = Union[WechatPayApp, WechatManagerApp, WechatAuthApp]