Skip to content

Commit 6fa5c19

Browse files
fix: resolve all linting errors (typing imports, whitespace, unused vars)
1 parent 26d791a commit 6fa5c19

50 files changed

Lines changed: 3552 additions & 3514 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/core/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def run_sweep(
134134
)
135135

136136

137-
def get_sweep_parameters() -> List[Tuple[str, str, str]]:
137+
def get_sweep_parameters() -> list[tuple[str, str, str]]:
138138
"""
139139
Get available sweep parameters.
140140

0 commit comments

Comments
 (0)