mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Fix invalid import
This commit is contained in:
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
from email.utils import parsedate_tz
|
from email.utils import parsedate_tz
|
||||||
from math import ceil
|
from math import ceil
|
||||||
from os.path import environ, getsize, join
|
from os import environ
|
||||||
|
from os.path import getsize, join
|
||||||
from time import mktime
|
from time import mktime
|
||||||
|
|
||||||
import click
|
import click
|
||||||
|
Reference in New Issue
Block a user