Skip to content

Commit

Permalink
Fix unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 20, 2021
1 parent 57c6ef9 commit 0f876d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@

import signac.common.config
import signac.contrib
from signac import Project # noqa: F401
from signac.contrib.job import Job # noqa: F401
from signac.contrib.job import Job
from signac.errors import DestinationExistsError, InvalidKeyError, KeyTypeError

try:
import h5py # noqa
import h5py # noqa: F401

H5PY = True
except ImportError:
Expand Down

0 comments on commit 0f876d5

Please sign in to comment.