Skip to content

Commit

Permalink
Merge 86f5437 into 7aa7c6a
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Apr 8, 2024
2 parents 7aa7c6a + 86f5437 commit ddb1e7d
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion androidtv/adb_manager/adb_manager_async.py
Expand Up @@ -5,7 +5,6 @@
"""


import asyncio
from contextlib import asynccontextmanager
import logging
Expand Down
1 change: 0 additions & 1 deletion androidtv/adb_manager/adb_manager_sync.py
Expand Up @@ -5,7 +5,6 @@
"""


from contextlib import contextmanager
import logging
import sys
Expand Down
1 change: 0 additions & 1 deletion androidtv/androidtv/androidtv_async.py
Expand Up @@ -3,7 +3,6 @@
ADB Debugging must be enabled.
"""


import logging

from .base_androidtv import BaseAndroidTV
Expand Down
1 change: 0 additions & 1 deletion androidtv/androidtv/androidtv_sync.py
Expand Up @@ -3,7 +3,6 @@
ADB Debugging must be enabled.
"""


import logging

from .base_androidtv import BaseAndroidTV
Expand Down
1 change: 0 additions & 1 deletion androidtv/androidtv/base_androidtv.py
Expand Up @@ -3,7 +3,6 @@
ADB Debugging must be enabled.
"""


import logging

from ..basetv.basetv import BaseTV
Expand Down
1 change: 0 additions & 1 deletion androidtv/basetv/basetv.py
Expand Up @@ -3,7 +3,6 @@
ADB Debugging must be enabled.
"""


import logging
import re

Expand Down
1 change: 0 additions & 1 deletion androidtv/basetv/basetv_async.py
Expand Up @@ -3,7 +3,6 @@
ADB Debugging must be enabled.
"""


import logging

from .basetv import BaseTV
Expand Down
1 change: 0 additions & 1 deletion androidtv/basetv/basetv_sync.py
Expand Up @@ -3,7 +3,6 @@
ADB Debugging must be enabled.
"""


import logging

from .basetv import BaseTV
Expand Down
1 change: 0 additions & 1 deletion androidtv/constants.py
Expand Up @@ -7,7 +7,6 @@
"""


import re
import sys

Expand Down
1 change: 0 additions & 1 deletion androidtv/firetv/base_firetv.py
Expand Up @@ -3,7 +3,6 @@
ADB Debugging must be enabled.
"""


import logging

from ..basetv.basetv import BaseTV
Expand Down
1 change: 0 additions & 1 deletion androidtv/firetv/firetv_async.py
Expand Up @@ -3,7 +3,6 @@
ADB Debugging must be enabled.
"""


import logging

from .base_firetv import BaseFireTV
Expand Down
1 change: 0 additions & 1 deletion androidtv/firetv/firetv_sync.py
Expand Up @@ -3,7 +3,6 @@
ADB Debugging must be enabled.
"""


import logging

from .base_firetv import BaseFireTV
Expand Down

0 comments on commit ddb1e7d

Please sign in to comment.