mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-05 23:04:51 +00:00
Reformat code and optimize imports
This commit is contained in:
parent
27052e31ca
commit
914dfca574
2 changed files with 4 additions and 4 deletions
|
|
@ -16,9 +16,9 @@
|
|||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import pyrogram
|
||||
from pyrogram.api import functions, types, errors
|
||||
from ...ext import BaseClient
|
||||
import pyrogram
|
||||
|
||||
|
||||
class GetChatMember(BaseClient):
|
||||
|
|
|
|||
Loading…
Reference in a new issue