Remove all deprecated methods

This commit is contained in:
Lonami Exo
2018-06-26 11:01:47 +02:00
parent a43c6c2b68
commit 75dc4809f5
6 changed files with 2 additions and 39 deletions

View File

@@ -1,10 +1,8 @@
import abc
import itertools
import warnings
from .. import utils
from ..errors import RPCError
from ..tl import TLObject, types, functions
from ..tl import TLObject, types
async def _into_id_set(client, chats):