Skip to content

Commit 86d0755

Browse files
author
Henrique Brito
committed
fix: linting
1 parent 2349ea0 commit 86d0755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skywalking/plugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def install():
5858
logger.debug('installing plugin %s', modname)
5959
if sys.version_info < (3, 12):
6060
plugin = importer.find_module(modname).load_module(modname)
61-
else:
61+
else:
6262
plugin = importlib.util.module_from_spec(importer.find_spec(modname))
6363

6464
# todo: refactor the version checker, currently it doesn't really work as intended

0 commit comments

Comments
 (0)