mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-12-22 13:34:55 +01:00
optimize import
This commit is contained in:
parent
d8b083003d
commit
aabe76d15d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import asyncio
|
||||
|
||||
from cbpi.api import *
|
||||
from cbpi.api.step import StepResult
|
||||
from cbpi.api import parameters, Property, action
|
||||
from cbpi.api.step import StepResult, CBPiStep
|
||||
from cbpi.api.timer import Timer
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue