MolSSI / QCEngine

Quantum chemistry program executor and IO standardizer (QCSchema).
https://molssi.github.io/QCEngine/
BSD 3-Clause "New" or "Revised" License
163 stars 78 forks source link

Linted files and updated import ordering so linter passes again #354

Closed coltonbh closed 2 years ago

coltonbh commented 2 years ago

Description

local make lint and the GitHub workflow linting do not pass due to a few files not being correctly formatted or having imports incorrectly sorted. This PR simply lints/resorts imports so these checks pass again.

Changelog description

Linted and ordered imports for a few runner.py files.

Status

coltonbh commented 2 years ago

@loriab just a quick fix so that linting passes again since it didn't pass on the other PRs due to certain files being poorly formatted.

codecov[bot] commented 2 years ago

Codecov Report

Merging #354 (2c45b8e) into master (aeead6f) will increase coverage by 0.00%. The diff coverage is 80.00%.