There was an error while loading. Please reload this page.
1 parent 71a690c commit 9fdbe4aCopy full SHA for 9fdbe4a
tests/test_lcd_i2c.py
@@ -4,7 +4,7 @@
4
"""Unittest for MicroPython I2C LCD"""
5
6
import logging
7
-from mock import Mock, patch
+from unittest.mock import Mock, patch
8
from nose2.tools import params
9
import sys
10
import unittest
0 commit comments