mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Remove unused imports
This commit is contained in:
@ -18,7 +18,7 @@ import atexit
|
||||
import re
|
||||
from glob import glob
|
||||
from os import environ, listdir, remove
|
||||
from os.path import basename, isdir, isfile, join
|
||||
from os.path import isdir, isfile, join
|
||||
|
||||
from platformio.util import exec_command, where_is_program
|
||||
|
||||
|
Reference in New Issue
Block a user