Skip to content

Commit

Permalink
Fix code style issues with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Jan 12, 2024
1 parent 93daacc commit 858d75b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions transformato/tests/test_mutation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@

# read in specific topology with parameters
from parmed.charmm.parameters import CharmmParameterSet
from transformato import (
IntermediateStateFactory,
ProposeMutationRoute,
SystemStructure
)
from transformato import IntermediateStateFactory, ProposeMutationRoute, SystemStructure

from transformato.utils import get_test_output_dir, load_config_yaml
from transformato_testsystems.testsystems import (
Expand Down

0 comments on commit 858d75b

Please sign in to comment.