From a135cbdced29c3a97e84150d76024f3463d6da5d 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() -```