Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 2, 2025
1 parent b796669 commit 5357182
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_denoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"""

import numpy as np
from lasy.profiles.transverse.super_gaussian_profile import SuperGaussianTransverseProfile

from lasy.profiles.transverse.super_gaussian_profile import (
SuperGaussianTransverseProfile,
)
from lasy.utils.denoise import hg_reconstruction


Expand Down

0 comments on commit 5357182

Please sign in to comment.