Skip to content

Commit

Permalink
precommit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleQianliMa committed Jan 9, 2025
1 parent 83fc97d commit 801cd60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/hppt_model/test_HyspecPPTModel.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import hyspecppt.hppt.hppt_model as hppt_model #F401
import numpy as np # F401
import numpy as np # noqa: F401

import hyspecppt.hppt.hppt_model as hppt_model # noqa: F401


def test_single_crystal_parameter_set_parameters():
"""Test SingleCrystalParameters set_parameters function"""
Expand Down

0 comments on commit 801cd60

Please sign in to comment.