Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5b4592

Browse files
committed
restore empty line missed in __init__.py
1 parent ff803c6 commit a5b4592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,7 @@ def _init_tests():
12001200
# The version of FreeType to install locally for running the
12011201
# tests. This must match the value in `setupext.py`
12021202
LOCAL_FREETYPE_VERSION = '2.6.1'
1203+
12031204
from matplotlib import ft2font
12041205
if (ft2font.__freetype_version__ != LOCAL_FREETYPE_VERSION or
12051206
ft2font.__freetype_build_type__ != 'local'):

0 commit comments

Comments
 (0)