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 15, 2024
1 parent fb2f9ae commit 483fcf3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_laser_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

from lasy.laser import Laser
from lasy.profiles.gaussian_profile import GaussianProfile
from lasy.utils.laser_utils import get_spectrum, compute_laser_energy, get_t_peak, get_duration
from lasy.utils.laser_utils import (
get_spectrum,
compute_laser_energy,
get_t_peak,
get_duration,
)


def get_gaussian_profile():
Expand Down

0 comments on commit 483fcf3

Please sign in to comment.