We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d2e02 commit af3a7afCopy full SHA for af3a7af
lib/matplotlib/__init__.py
@@ -1200,6 +1200,7 @@ def _init_tests():
1200
# The version of FreeType to install locally for running the
1201
# tests. This must match the value in `setupext.py`
1202
LOCAL_FREETYPE_VERSION = '2.6.1'
1203
+
1204
from matplotlib import ft2font
1205
if (ft2font.__freetype_version__ != LOCAL_FREETYPE_VERSION or
1206
ft2font.__freetype_build_type__ != 'local'):
0 commit comments