Fix tests

This commit is contained in:
Thomas Farstrike
2026-02-10 23:44:35 +01:00
parent 552bb20340
commit f567e06a39
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
import unittest
import sys
import io
import logging
import logging.logging as logging
# Add lib to path so we can import logging
sys.path.insert(0, 'MicroPythonOS/internal_filesystem/lib')
+1 -1
View File
@@ -12,7 +12,7 @@ from websocket import WebSocketApp
import asyncio
import aiohttp
from aiohttp import WSMsgType
import logging
import logging.logging as logging
import sys
from typing import List