diff --git a/foamlib/_cases/_sync.py b/foamlib/_cases/_sync.py index 0903eeb..c77c9c2 100644 --- a/foamlib/_cases/_sync.py +++ b/foamlib/_cases/_sync.py @@ -1,7 +1,6 @@ import os import shutil import sys -from pathlib import Path from types import TracebackType from typing import Any, Callable, Optional, Type, Union, overload @@ -49,9 +48,6 @@ def cell_centers(self) -> FoamFieldFile: return calls.value - def __init__(self, path: Union["os.PathLike[str]", str] = Path()): - super().__init__(path) - @staticmethod def _run( cmd: Union[Sequence[Union[str, "os.PathLike[str]"]], str],