Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1f3e178

Browse files
committed
fix linting errors
1 parent7d18ac5 commit1f3e178

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎lib/matplotlib/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,8 +1200,9 @@ def is_interactive():
12001200
def_init_tests():
12011201
# The version of FreeType to install locally for running the
12021202
# tests. This must match the value in `setupext.py`
1203-
win_arm64=sys.platform.startswith('win')andplatform.machine()=='ARM64'
1204-
LOCAL_FREETYPE_VERSION='2.11.1'ifwin_arm64else'2.6.1'
1203+
win_arm64=sys.platform.startswith('win')and \
1204+
platform.machine()=='ARM64'
1205+
LOCAL_FREETYPE_VERSION='2.11.1'ifwin_arm64else'2.6.1'
12051206

12061207
frommatplotlibimportft2font
12071208
if (ft2font.__freetype_version__!=LOCAL_FREETYPE_VERSIONor

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp