From 4f4f27ca9a966e3d698f3724c8963422ef2e7530 Mon Sep 17 00:00:00 2001 From: Floke Date: Tue, 8 Jul 2025 19:25:33 +0000 Subject: [PATCH] dealfront_enrichment.py aktualisiert --- dealfront_enrichment.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dealfront_enrichment.py b/dealfront_enrichment.py index c5b6689b..88a890af 100644 --- a/dealfront_enrichment.py +++ b/dealfront_enrichment.py @@ -1,4 +1,3 @@ -```python #!/usr/bin/env python3 import os import sys @@ -163,4 +162,3 @@ def main(): if __name__ == "__main__": main() -```