Skip to content

Commit 0de6597

Browse files
authored
Remove unused import from error_handler.py
Removed unused import of Sequence from collections.abc.
1 parent c1d4657 commit 0de6597

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyrogram/handlers/error_handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

19-
from collections.abc import Sequence
2019
from typing import Callable, Optional, Sequence, Union
2120

2221
import pyrogram

0 commit comments

Comments
 (0)