mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-24 00:14:28 +01:00
fix imports
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user