From fc396efa648185523b38bf7dce198ec45daf7b7b Mon Sep 17 00:00:00 2001 From: khanhdq Date: Tue, 2 Aug 2022 11:32:11 +0900 Subject: [PATCH] Fix linting --- news/5210.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/5210.bugfix.rst b/news/5210.bugfix.rst index 89710c2e..e4f8caef 100644 --- a/news/5210.bugfix.rst +++ b/news/5210.bugfix.rst @@ -1,2 +1,2 @@ Write output from ``subprocess_run`` directly to ``stdout`` instead of creating temporary file. -Remove deprecated ``distutils.sysconfig``, use ``sysconfig`` \ No newline at end of file +Remove deprecated ``distutils.sysconfig``, use ``sysconfig``.