Commit 3d7838f
committed
Fixes linter F401 (unused imports)
This change may introduce regressions since some recipes were importing
from wrong module. e.g. importing from `pythonforandroid.toolchain`
rather than from `pythonforandroid.recipe` and `pythonforandroid.toolchain`
has a lot of apparently "unused" imports.1 parent 54a444b commit 3d7838f
File tree
98 files changed
+133
-189
lines changed- pythonforandroid
- bootstraps
- empty
- pygame
- service_only
- build
- webview
- recipes
- android/src/android
- apsw
- audiostream
- cdecimal
- cherrypy
- coverage
- cryptography
- cymunk
- decorator
- enum34
- feedparser
- ffmpeg
- ffpyplayer
- flask
- fontconfig
- freetype
- genericndkbuild
- gevent-websocket
- gevent
- greenlet
- harfbuzz
- hostpython2
- icu
- ifaddrs
- jedi
- kivent_core
- kivent_cymunk
- kivent_particles
- kivent_polygen
- kivy
- leveldb
- libcurl
- libgeos
- libglob
- libnacl
- libshine
- libtorrent
- libtribler
- libx264
- m2crypto
- msgpack-python
- numpy
- opencv
- preppy
- protobuf_cpp
- psycopg2
- pyaml
- pyasn1
- pycrypto
- pygame_bootstrap_components
- pygame
- pyicu
- pyjnius
- pyleveldb
- pymunk
- pyopenssl
- pyrxp
- pysdl2
- python2
- python3crystax
- pyyaml
- regex
- reportlab
- requests
- scrypt
- sdl2_image
- sdl2_mixer
- sdl2_ttf
- sdl2
- sdl
- setuptools
- simple-crypt
- six
- spine
- sqlalchemy
- sqlite3
- storm
- twisted
- ujson
- vispy
- vlc
- wsaccel
- zope_interface
- zope
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
98 files changed
+133
-189
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 2 | | |
7 | 3 | | |
8 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
382 | 381 | | |
383 | 382 | | |
384 | 383 | | |
385 | | - | |
| 384 | + | |
386 | 385 | | |
387 | 386 | | |
388 | 387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
0 commit comments