Fix wrong imports

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-03-22 18:34:49 +01:00
parent 2182d7c29d
commit 1352e99774
4 changed files with 3 additions and 5 deletions

View File

@ -28,7 +28,7 @@
# #
import logging import logging
from . import epdconfig from .. import epdconfig
# Display resolution # Display resolution
EPD_WIDTH = 128 EPD_WIDTH = 128

View File

@ -33,8 +33,6 @@
from distutils.command.build_scripts import build_scripts from distutils.command.build_scripts import build_scripts
import logging import logging
from .. import epdconfig from .. import epdconfig
from PIL import Image
import RPi.GPIO as GPIO
# Display resolution # Display resolution
EPD_WIDTH = 128 EPD_WIDTH = 128

View File

@ -29,7 +29,7 @@
import logging import logging
from . import epdconfig from .. import epdconfig
# Display resolution # Display resolution
EPD_WIDTH = 800 EPD_WIDTH = 800

View File

@ -29,7 +29,7 @@
import logging import logging
from . import epdconfig from .. import epdconfig
# Display resolution # Display resolution
EPD_WIDTH = 800 EPD_WIDTH = 800