Skip to content

Commit 6503eff

Browse files
committed
Fix: SigmaType.__init__() is not abstract method
1 parent 100d680 commit 6503eff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sigma/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ class Placeholder:
6969
class SigmaType(ABC):
7070
"""Base class for Sigma value types"""
7171

72-
@abstractmethod
7372
def __init__(self, dummy: Any) -> None:
7473
pass
7574

0 commit comments

Comments
 (0)