Skip to content

Commit

Permalink
autoformatting, change version to 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhazentia committed Apr 29, 2024
1 parent ad9f229 commit 20d0140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scos_actions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "10.0.0"
__version__ = "10.0.1"
2 changes: 1 addition & 1 deletion scos_actions/hardware/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from typing import Any, Dict, List, Optional

import numpy as np
from numpy.typing import ArrayLike
from its_preselector.preselector import Preselector
from its_preselector.web_relay import WebRelay
from numpy.typing import ArrayLike

from scos_actions.calibration.differential_calibration import DifferentialCalibration
from scos_actions.calibration.sensor_calibration import SensorCalibration
Expand Down

0 comments on commit 20d0140

Please sign in to comment.