Skip to content

Commit

Permalink
tox fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Coull committed Apr 8, 2024
1 parent 301b26f commit 49bba6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/braket/ahs/local_detuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,3 @@ def discretize(self, properties: DiscretizationProperties) -> LocalDetuning:
pattern_resolution=shifting_parameters.localDetuningResolution,
)
return LocalDetuning(discretized_magnitude)

1 change: 0 additions & 1 deletion src/braket/ahs/shifting_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@
# We are retaining this now to avoid breaking backwards compatibility for users already
# utilizing this nomenclature.
ShiftingField = LocalDetuning

0 comments on commit 49bba6c

Please sign in to comment.