Skip to content

Commit

Permalink
Fixes lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Sep 16, 2021
1 parent 81f9240 commit d7f1f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hm_pyhelper/tests/test_get_mac_address.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from hm_pyhelper.miner_param import get_mac_address
import unittest
from unittest.mock import mock_open, patch
import sys
sys.path.append("..")
from hm_pyhelper.miner_param import get_mac_address


class TestGetEthMac(unittest.TestCase):
Expand Down

0 comments on commit d7f1f3e

Please sign in to comment.