mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Fix import in tests
This commit is contained in:
@@ -9,7 +9,7 @@ str = type('')
|
||||
|
||||
import pytest
|
||||
|
||||
import cli.pinout as pinout
|
||||
import gpiozero.cli.pinout as pinout
|
||||
|
||||
|
||||
def test_args_incorrect():
|
||||
|
||||
Reference in New Issue
Block a user