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