You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix tests
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user