Skip to content

Commit

Permalink
Update qiskit_dynamics/arraylias/register_functions/to_dense.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Puzzuoli <[email protected]>
  • Loading branch information
to24toro and DanPuzzuoli authored Nov 8, 2023
1 parent 025454e commit d9e537d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_dynamics/arraylias/register_functions/to_dense.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


def register_todense(alias):
"""register to_dense functions to each array libraries"""
"""Register to_dense functions to each array library."""

@alias.register_default(path="to_dense")
def _(arr):
Expand Down

0 comments on commit d9e537d

Please sign in to comment.