Skip to content

Commit

Permalink
wrong sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
flxdot committed Apr 18, 2024
1 parent e9cc2b4 commit 69a9b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/py_edge_interface/carlos/edge/interface/device/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import asyncio
import concurrent.futures
from abc import ABC, abstractmethod
from asyncio import sleep
from collections import namedtuple
from time import sleep
from typing import Any, Callable, Generic, Iterable, TypeVar

from .config import GpioConfig, I2cConfig, IoConfig
Expand Down

0 comments on commit 69a9b31

Please sign in to comment.