Skip to content

Commit 0cd7144

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9b21312 commit 0cd7144

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/tox/plugin/manager.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@ def __init__(self) -> None:
5252
REGISTER.populate(self)
5353
self.manager.check_pending()
5454
except ImportError as e:
55-
logging.warning(
56-
"Ignored plugin %s which failed to load. %s",
57-
NAME,
58-
e)
55+
logging.warning("Ignored plugin %s which failed to load. %s", NAME, e)
5956

6057
def tox_add_option(self, parser: ToxParser) -> None:
6158
self.manager.hook.tox_add_option(parser=parser)

0 commit comments

Comments
 (0)