Fixed flake8 issues

This commit is contained in:
Daniel Mensinger 2019-01-01 19:16:23 +01:00
parent 9c214f4a70
commit aa6e3dc470
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
1 changed files with 1 additions and 3 deletions

View File

@ -29,9 +29,7 @@ from . import mlog
from . import compilers
from . import optinterpreter
from .interpreterbase import InvalidArguments
from .backend import ninjabackend, backends
from .dependencies import base
from .compilers import compilers
from .backend import backends
import sys, os
import pathlib