VSCodeautopep8が原因でsys.pathの設定より前にimportが移動されてimportできなくなる問題 nopep8すれば良い python

sys.path.append("../bert")
import modeling  # nopep8