sync_manager.py aktualisiert

This commit is contained in:
2025-08-28 09:29:57 +00:00
parent fdbea7ff0d
commit 704ca5de75

View File

@@ -11,7 +11,7 @@ import pandas as pd
import logging import logging
from datetime import datetime from datetime import datetime
from config import COLUMN_ORDER, COLUMN_MAP from config import COLUMN_ORDER, COLUMN_MAP, Config
class SyncManager: class SyncManager:
""" """