From 3df6709ca03e8cb26c91c5d4bc246408daaebcdb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 01:46:06 +0000 Subject: [PATCH] pre-commit auto-fixes --- src/monty/io.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/monty/io.py b/src/monty/io.py index a8f12fc7..81110534 100644 --- a/src/monty/io.py +++ b/src/monty/io.py @@ -112,6 +112,7 @@ def zopen( return open(filename, mode, **kwargs) + def _get_line_ending( file: str | Path