Skip to content

Commit e1fc178

Browse files
MGAMZHAOCHENYE
authored andcommitted
Add an empty line at the end.
1 parent bc39544 commit e1fc178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmengine/utils/package_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ def call_command(cmd: list) -> None:
104104

105105
def install_package(package: str):
106106
if not is_installed(package):
107-
call_command(['python', '-m', 'pip', 'install', package])
107+
call_command(['python', '-m', 'pip', 'install', package])

0 commit comments

Comments
 (0)