From 9a1ecb5584157ef17f215e6b8f11559c83d33bfb Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Sun, 22 Dec 2024 17:29:18 +0330 Subject: [PATCH] aard2_slob.py: some cleanup --- pyglossary/plugins/aard2_slob.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pyglossary/plugins/aard2_slob.py b/pyglossary/plugins/aard2_slob.py index 878f89a19..8d75434ff 100644 --- a/pyglossary/plugins/aard2_slob.py +++ b/pyglossary/plugins/aard2_slob.py @@ -94,7 +94,6 @@ ] t_created_at = "created.at" -t_converted_at = "converted.at" t_label = "label" t_created_by = "created.by" t_copyright = "copyright" @@ -102,7 +101,6 @@ t_license_url = "license.url" t_uri = "uri" t_edition = "edition" -t_python = "version.python" supported_tags = { t_label, @@ -321,12 +319,6 @@ def _open(self, filepath: str, namePostfix: str) -> slob.Writer: # we use source filename as "uri", since it is stable (most likely) slobWriter.tag(t_uri, dic_uri) - # import sys - # slobWriter.tag(t_python, sys.version) - - # from datetime import datetime, timezone - # slobWriter.tag(t_converted_at, datetime.now(timezone.utc).isoformat()) - return slobWriter def open(self, filename: str) -> None: