fix imports

This commit is contained in:
Yeicor
2024-03-06 19:25:49 +01:00
parent 986db75b24
commit 753648e522
8 changed files with 32 additions and 32 deletions

View File

@@ -2,7 +2,7 @@ import asyncio
from typing import List, TypeVar, \
Generic, AsyncGenerator
from mylogger import logger
from yacv_server.mylogger import logger
T = TypeVar('T')