kopia lustrzana https://github.com/piku/piku
Merge pull request #136 from dwightmulcahy/cleanupimports
build: clean up unused imports and ignore IntelliJ filespull/142/head
commit
7d94dc6cf5
|
@ -53,4 +53,7 @@ coverage.xml
|
||||||
docs/_build/
|
docs/_build/
|
||||||
|
|
||||||
# PyBuilder
|
# PyBuilder
|
||||||
target/
|
target/
|
||||||
|
|
||||||
|
# IntelliJ
|
||||||
|
.idea/
|
1
piku.py
1
piku.py
|
@ -11,7 +11,6 @@ except AssertionError:
|
||||||
from collections import defaultdict, deque
|
from collections import defaultdict, deque
|
||||||
from fcntl import fcntl, F_SETFL, F_GETFL
|
from fcntl import fcntl, F_SETFL, F_GETFL
|
||||||
from glob import glob
|
from glob import glob
|
||||||
from grp import getgrgid
|
|
||||||
from json import loads
|
from json import loads
|
||||||
from multiprocessing import cpu_count
|
from multiprocessing import cpu_count
|
||||||
from os import chmod, getgid, getuid, symlink, unlink, remove, stat, listdir, environ, makedirs, O_NONBLOCK
|
from os import chmod, getgid, getuid, symlink, unlink, remove, stat, listdir, environ, makedirs, O_NONBLOCK
|
||||||
|
|
Ładowanie…
Reference in New Issue