Skip to content

Commit

Permalink
Fix: SigmaType.__init__() is not abstract method
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Mar 8, 2025
1 parent 100d680 commit 6503eff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sigma/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class Placeholder:
class SigmaType(ABC):
"""Base class for Sigma value types"""

@abstractmethod
def __init__(self, dummy: Any) -> None:
pass

Expand Down

0 comments on commit 6503eff

Please sign in to comment.