Skip to content

Commit 7bcff88

Browse files
committed
refactor: use internal stgpytools
1 parent c749852 commit 7bcff88

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
strategy:
4545
matrix:
4646
os-version: ["ubuntu-22.04", "macos-14"]
47-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
47+
#python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
48+
python-version: ["3.12"]
4849

4950
runs-on: ${{ matrix.os-version }}
5051
steps:

vstools/stgpytools/types/file.py

-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ class SPath(Path):
6363
def __new__(cls, *args: SPathLike, **kwargs: Any) -> SPath:
6464
...
6565

66-
def __init__(self, *args: Any, **kwargs: Any) -> None:
67-
super().__init__() # Initialize the base class
68-
6966
def format(self, *args: Any, **kwargs: Any) -> SPath:
7067
"""Format the path with the given arguments."""
7168

0 commit comments

Comments
 (0)