Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dotboris committed Dec 7, 2023
1 parent 219ff9a commit bbdcfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coveo_stew/ci/mypy_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _mypy_config_path(self) -> Optional[Path]:
atexit.register(stack.close)
config_ref = importlib_resources.files("coveo_stew") / "package_resources/mypy.ini"
config_path = stack.enter_context(importlib_resources.as_file(config_ref))
return Path(config_path) # Redundant by mypy is confused
return Path(config_path) # Redundant but mypy is confused

assert isinstance(self.set_config, str) # mypy
return self._pyproject.project_path / self.set_config
Expand Down

0 comments on commit bbdcfc1

Please sign in to comment.