Skip to content

Commit

Permalink
move the layout.py file to checks/opentype directory
Browse files Browse the repository at this point in the history
(PR #4549)
  • Loading branch information
felipesanches committed Feb 22, 2024
1 parent 39a7318 commit 91fd9f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Lib/fontbakery/checks/universal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)
from fontbakery.testable import Font, CheckRunContext, TTCFont
from fontbakery.glyphdata import desired_glyph_data
from fontbakery.checks.layout import feature_tags
from fontbakery.checks.opentype.layout import feature_tags
from fontbakery.utils import (
bullet_list,
get_font_glyph_data,
Expand Down

0 comments on commit 91fd9f0

Please sign in to comment.