Skip to content

Commit

Permalink
sort import
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrolube committed Aug 25, 2021
1 parent f62da36 commit 99fcecf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions GramAddict/__main__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import argparse
from os import getcwd, path
from GramAddict.version import __version__
from GramAddict.core.download_from_github import download_from_github

from GramAddict.core.bot_flow import start_bot
from GramAddict.core.download_from_github import download_from_github
from GramAddict.version import __version__


def cmd_init(args):
Expand Down Expand Up @@ -34,10 +35,11 @@ def cmd_run(args):


def cmd_dump(args):
import uiautomator2 as u2
import shutil
import os
import shutil
import time

import uiautomator2 as u2
from colorama import Fore, Style

os.popen("adb shell pkill atx-agent").close()
Expand Down

0 comments on commit 99fcecf

Please sign in to comment.