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 Dec 17, 2024
1 parent 204568a commit d605e01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_STC.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

from lasy.laser import Laser
from lasy.profiles.gaussian_profile import GaussianProfile
from lasy.utils.laser_utils import get_phi2, get_zeta, get_beta
from lasy.utils.laser_utils import get_beta, get_phi2, get_zeta

# Create profile.
profile = GaussianProfile(
wavelength=0.6e-6, # m
Expand Down

0 comments on commit d605e01

Please sign in to comment.