Skip to content

Commit e5b3faa

Browse files
committed
Code climate: export/html/document_type: remove unused code
1 parent c24ee50 commit e5b3faa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

strictdoc/export/html/document_type.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ def is_deeptrace(self):
5757
def is_pdf(self):
5858
return self.document_type == DocumentType.PDF
5959

60-
def get_string(self) -> str:
61-
return self.document_type
62-
6360
def get_page_title(self) -> str:
6461
if self.document_type == DocumentType.DOCUMENT:
6562
return "Document"

0 commit comments

Comments
 (0)