remove uneeded numpy import

This commit is contained in:
txoof 2019-12-22 11:51:18 +01:00
commit b66ce0c592
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
import logging import logging
from . import epdconfig from . import epdconfig
import numpy as np #import numpy as np
# Display resolution # Display resolution
EPD_WIDTH = 122 EPD_WIDTH = 122

View file

@ -30,7 +30,7 @@
import logging import logging
from . import epdconfig from . import epdconfig
import numpy as np #import numpy as np
# Display resolution # Display resolution
EPD_WIDTH = 122 EPD_WIDTH = 122