dang it darglint

This commit is contained in:
Khaleel Al-Adhami 2024-10-29 11:17:35 -07:00
parent f4dd7b5083
commit 4ddaf028ed

View File

@ -232,9 +232,6 @@ def interpret_path_env(value: str, field_name: str) -> Path:
Returns: Returns:
The interpreted value. The interpreted value.
Raises:
EnvironmentVarValueError: If the path does not exist.
""" """
return Path(value) return Path(value)