1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Replace glyphsets with esphome_glyphsets (#8261)

This commit is contained in:
J. Nick Koston
2025-02-17 15:48:24 -06:00
committed by GitHub
parent 8b251efb75
commit 1eb658cc5b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,8 +5,8 @@ import os
from pathlib import Path
import re
import esphome_glyphsets as glyphsets
import freetype
import glyphsets
import requests
from esphome import core, external_files