Skip to content

Commit

Permalink
fix imports in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akshualy committed May 21, 2024
1 parent cfb824d commit 81de157
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
import os
from random import Random
import sys
from urllib.error import HTTPError, URLError
from urllib.error import HTTPError
from urllib.error import URLError
import urllib.request

from adb_shell.exceptions import TcpTimeoutException
Expand Down

0 comments on commit 81de157

Please sign in to comment.