Skip to content

Commit

Permalink
PR comment and remove type hinting
Browse files Browse the repository at this point in the history
  • Loading branch information
albrja committed Oct 31, 2024
1 parent 31b14a0 commit 2142e1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ disable_error_code = [
[[tool.mypy.overrides]]
module = [
"scipy.*",
"vivarium_testing_utils",
]
ignore_missing_imports = true
2 changes: 1 addition & 1 deletion tests/integration/test_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ def _validate_column_noise_level(
col: Column,
config: NoiseConfiguration,
fuzzy_name: str,
validator: Callable,
validator: FuzzyChecker,
) -> None:
"""
This helper function iterates through all column noise types for a particular column
Expand Down

0 comments on commit 2142e1d

Please sign in to comment.