remove uneeded numpy import
This commit is contained in:
parent
ab8216bc3e
commit
b66ce0c592
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
import logging
|
||||
from . import epdconfig
|
||||
import numpy as np
|
||||
#import numpy as np
|
||||
|
||||
# Display resolution
|
||||
EPD_WIDTH = 122
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
import logging
|
||||
from . import epdconfig
|
||||
import numpy as np
|
||||
#import numpy as np
|
||||
|
||||
# Display resolution
|
||||
EPD_WIDTH = 122
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue