Skip to content

Commit c1aae19

Browse files
author
Francesc Alted
committed
Fixed a lint error
1 parent 7575ba2 commit c1aae19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/computation/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
warnings.warn(
1515
"The installed version of numexpr {ver} is not supported "
1616
"in pandas and will be not be used\nThe minimum supported "
17-
"version is {min_ver}\n".format(ver=ver,
18-
min_ver=_MIN_NUMEXPR_VERSION), UserWarning)
17+
"version is {min_ver}\n".format(
18+
ver=ver, min_ver=_MIN_NUMEXPR_VERSION), UserWarning)
1919

2020
except ImportError: # pragma: no cover
2121
pass

0 commit comments

Comments
 (0)