Skip to content

Commit

Permalink
Fix linting in config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Oct 8, 2024
1 parent c44d3dc commit cd73f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lvmcryo/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class Config(BaseModel):
dry_run: bool = False

use_thermistors: bool = True
require_all_thermistors: bool=False
require_all_thermistors: bool = False
check_pressures: bool = True
check_temperatures: bool = True
max_pressure: float | None = None
Expand Down

0 comments on commit cd73f6a

Please sign in to comment.