Function - remove_line_from_file

Function - remove_line_from_file#

openfl.interface.cli_helper.remove_line_from_file(pkg, filename)[source]#

Remove line that contains pkg from the filename file.

Parameters:
  • pkg (str) – The package to be removed.

  • filename (str) – The name of the file.