Merge pull request #136 from dwightmulcahy/cleanupimports

build: clean up unused imports and ignore IntelliJ files
pull/142/head
Rui Carmo 2019-11-26 08:42:13 +00:00 zatwierdzone przez GitHub
commit 7d94dc6cf5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 4 dodań i 2 usunięć

5
.gitignore vendored
Wyświetl plik

@ -53,4 +53,7 @@ coverage.xml
docs/_build/
# PyBuilder
target/
target/
# IntelliJ
.idea/

Wyświetl plik

@ -11,7 +11,6 @@ except AssertionError:
from collections import defaultdict, deque
from fcntl import fcntl, F_SETFL, F_GETFL
from glob import glob
from grp import getgrgid
from json import loads
from multiprocessing import cpu_count
from os import chmod, getgid, getuid, symlink, unlink, remove, stat, listdir, environ, makedirs, O_NONBLOCK