Errors stats MVP, some fp fixes

This commit is contained in:
Soxoj
2021-04-25 01:08:23 +03:00
parent 83cda9e37f
commit f43dc5bd6f
5 changed files with 83 additions and 181 deletions
@@ -2,7 +2,8 @@
import pytest
import asyncio
import logging
from maigret.checking import AsyncioSimpleExecutor, AsyncioProgressbarExecutor, AsyncioProgressbarSemaphoreExecutor, AsyncioProgressbarQueueExecutor
from maigret.executors import AsyncioSimpleExecutor, AsyncioProgressbarExecutor, \
AsyncioProgressbarSemaphoreExecutor, AsyncioProgressbarQueueExecutor
logger = logging.getLogger(__name__)