diff --git a/tools/pcommand b/tools/pcommand index 0100cf6f..f5b19bfe 100755 --- a/tools/pcommand +++ b/tools/pcommand @@ -138,12 +138,5 @@ from batools.pcommands2 import ( # pylint: enable=unused-import -def foof() -> None: - """test.""" - from efro.error import CleanError - - raise CleanError('foo') - - if __name__ == '__main__': pcommand.pcommand_main(globals())