Remove redundant os.errno import

This commit is contained in:
eggy 2021-05-04 16:57:08 -04:00
parent d062eb1dd8
commit da6bc52d2d

View File

@ -1,5 +1,5 @@
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 subprocess import check_output, STDOUT, call, PIPE
import logging