Skip to content

Commit

Permalink
feat: remove Replica constructor in favor of staticmethods
Browse files Browse the repository at this point in the history
  • Loading branch information
illya-laifu committed Jan 1, 2025
1 parent 83c727a commit 5923b75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taskchampion.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ from enum import Enum
from typing import Optional, Iterator

class Replica:
def __init__(self, path: str, create_if_missing: bool): ...
@staticmethod
def new_on_disk(path: str, create_if_missing: bool): ...
@staticmethod
Expand Down

0 comments on commit 5923b75

Please sign in to comment.