Fixed relative imports
This commit is contained in:
parent
cef3904bd0
commit
49c53b0f93
2 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ from datetime import datetime
|
|||
import os
|
||||
from config import climate_log_file, dht22_pin
|
||||
|
||||
from .handler.dht22_climate import Dht22Climate
|
||||
from .handler.matrix_display import MatrixDisplay
|
||||
from handler.dht22_climate import Dht22Climate
|
||||
from handler.matrix_display import MatrixDisplay
|
||||
|
||||
|
||||
climate_sensor = Dht22Climate(dht22_pin)
|
||||
|
|
Loading…
Reference in a new issue