From 866372f0cf262d14f523851db67a4816b8d0cfcb Mon Sep 17 00:00:00 2001 From: coming <74850890+kangming06@users.noreply.github.com> Date: Sat, 10 Dec 2022 18:29:50 +0800 Subject: [PATCH] turtle is unnecessary --- src/wechaty_puppet_itchat/itchat/async_components/login.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wechaty_puppet_itchat/itchat/async_components/login.py b/src/wechaty_puppet_itchat/itchat/async_components/login.py index 7b2ce4f..89b0e9c 100644 --- a/src/wechaty_puppet_itchat/itchat/async_components/login.py +++ b/src/wechaty_puppet_itchat/itchat/async_components/login.py @@ -5,7 +5,6 @@ import random import traceback import logging -from turtle import update try: from httplib import BadStatusLine except ImportError: