Skip to content

Commit 49e0440

Browse files
committed
Re-add accidentally removed import
1 parent 40eed20 commit 49e0440

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • Lib/fontbakery/checks/vendorspecific/googlefonts

Lib/fontbakery/checks/vendorspecific/googlefonts/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
from functools import lru_cache
33
from importlib.resources import as_file, files
44

5+
from fontbakery.utils import exit_with_install_instructions
6+
57

68
@lru_cache(maxsize=1)
79
def GFAxisRegistry():

0 commit comments

Comments
 (0)