Skip to content

Commit

Permalink
Update transformation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers committed Jul 19, 2023
1 parent 835970c commit e10293f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gufe/transformations/transformation.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This code is part of OpenFE and is licensed under the MIT license.
# For details, see https://github.com/OpenFreeEnergy/gufe

from typing import Optional, Iterable, Dict
from typing import Optional, Iterable
import json

from ..tokenization import GufeTokenizable, JSON_HANDLER
Expand Down Expand Up @@ -64,7 +64,7 @@ def protocol(self) -> Protocol:
return self._protocol

@property
def mapping(self) -> Optional[Dict[str, ComponentMapping]]:
def mapping(self) -> Optional[dict[str, ComponentMapping]]:
"""
Mapping of e.g. atoms between ``stateA`` and ``stateB``.
"""
Expand Down

0 comments on commit e10293f

Please sign in to comment.