go away foof

This commit is contained in:
Eric 2023-08-19 09:04:28 -07:00
parent 190e60eb5c
commit 6cc44c3f4c
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -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())