Skip to content

Commit 90a7185

Browse files
committed
python: Fix flake8 issues
1 parent a86ffc0 commit 90a7185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mesonbuild/dependencies/python.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from __future__ import annotations
55

6-
import functools, json, operator, os, sys, textwrap
6+
import functools, json, operator, os, textwrap
77
from pathlib import Path
88
import typing as T
99

@@ -469,7 +469,7 @@ def __init__(self, environment: 'Environment', kwargs: T.Dict[str, T.Any],
469469

470470
if pkg_libdir and not self.is_found:
471471
mlog.debug(f'{pkg_name!r} could not be found in {pkg_libdir_origin}, '
472-
'this is likely due to a relocated python installation')
472+
'this is likely due to a relocated python installation')
473473
return
474474

475475
# pkg-config files are usually accurate starting with python 3.8

0 commit comments

Comments
 (0)