Skip to content

Commit

Permalink
black+isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Feb 8, 2022
1 parent 0d3cc95 commit 435e8af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions quacc/util/calc.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import os
from copy import deepcopy
from tempfile import TemporaryDirectory
from monty.shutil import copy_r, gzip_dir
from shutil import copy
from tempfile import TemporaryDirectory

from ase.atoms import Atoms
from monty.shutil import copy_r, gzip_dir


def run_calc(
Expand Down
4 changes: 3 additions & 1 deletion tests/util/test_calc.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import os
from shutil import rmtree

import pytest
from ase.build import bulk
from quacc.util.calc import run_calc

from quacc.calculators.vasp import SmartVasp
from quacc.util.calc import run_calc


def setup_module():
Expand Down

0 comments on commit 435e8af

Please sign in to comment.