Skip to content

Commit

Permalink
Lint thing
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens authored and felipesanches committed Dec 11, 2023
1 parent 5ad4447 commit 567fc88
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Lib/fontbakery/profiles/googlefonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2616,8 +2616,6 @@ def com_google_fonts_check_metadata_valid_name_values(
style, font_metadata, font_familynames, typographic_familynames
):
"""METADATA.pb font.name field contains font name in right format?"""
from fontbakery.constants import RIBBI_STYLE_NAMES

if style in RIBBI_STYLE_NAMES:
familynames = font_familynames
else:
Expand All @@ -2643,8 +2641,6 @@ def com_google_fonts_check_metadata_valid_full_name_values(
style, font_metadata, font_familynames, typographic_familynames
):
"""METADATA.pb font.full_name field contains font name in right format?"""
from fontbakery.constants import RIBBI_STYLE_NAMES

if style in RIBBI_STYLE_NAMES:
familynames = font_familynames
if familynames == []:
Expand Down Expand Up @@ -3952,7 +3948,6 @@ def com_google_fonts_check_metadata_nameid_copyright(ttFont, font_metadata):
def com_google_fonts_check_name_mandatory_entries(ttFont, style):
"""Font has all mandatory 'name' table entries?"""
from fontbakery.utils import get_name_entry_strings
from fontbakery.constants import RIBBI_STYLE_NAMES

required_nameIDs = [
NameID.FONT_FAMILY_NAME,
Expand Down

0 comments on commit 567fc88

Please sign in to comment.