remove deprecated warn

This commit is contained in:
Hay1tsme
2025-02-21 23:51:59 -05:00
parent d4394788b7
commit 0f52b89033
22 changed files with 79 additions and 79 deletions

View File

@@ -26,7 +26,7 @@ class SaoReader(BaseReader):
await self.read_csv(f"{self.bin_dir}")
else:
self.logger.warn("Directory not found, nothing to import")
self.logger.warning("Directory not found, nothing to import")
def load_csv_file(self, file: str) -> List[Dict]:
ret = []