correction d'erreur de compilation

This commit is contained in:
2022-03-31 23:07:17 +02:00
parent 5e41da6e71
commit b031f87a55
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import logging
import sys
from concurrent.futures import ThreadPoolExecutor, ProcessPoolExecutor
from apscheduler.executors.pool import ThreadPoolExecutor, ProcessPoolExecutor
from apscheduler.schedulers.blocking import BlockingScheduler
from logs.AppLogging import init_logger