Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Mar 4, 2024
1 parent ad11b50 commit 1350444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/fontbakery/checks/googlefonts/conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def get_glyphsets_fulfilled(ttFont):
def gf_tags():
import requests

global _tags_cache # pylint:disable=W0603
global _tags_cache # pylint:disable=W0603,W0602
if _tags_cache:
return _tags_cache

Expand Down

0 comments on commit 1350444

Please sign in to comment.