Remove redundant os.errno import
This commit is contained in:
parent
d062eb1dd8
commit
da6bc52d2d
@ -1,5 +1,5 @@
|
|||||||
from fanficfare import geturls
|
from fanficfare import geturls
|
||||||
from os import listdir, remove, rename, utime, errno, devnull
|
from os import listdir, remove, rename, utime, devnull
|
||||||
from os.path import isfile, join
|
from os.path import isfile, join
|
||||||
from subprocess import check_output, STDOUT, call, PIPE
|
from subprocess import check_output, STDOUT, call, PIPE
|
||||||
import logging
|
import logging
|
||||||
|
Loading…
Reference in New Issue
Block a user