aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--sec_certs/certificate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sec_certs/certificate.py b/sec_certs/certificate.py
index 5229e193..0058e22e 100644
--- a/sec_certs/certificate.py
+++ b/sec_certs/certificate.py
@@ -17,8 +17,8 @@ class Certificate(ABC):
def __str__(self) -> str:
return 'Not implemented'
- @abstractmethod
@property
+ @abstractmethod
def dgst(self):
raise NotImplementedError('Not meant to be implemented')