diff --git a/monkey/test.py b/monkey/test.py deleted file mode 100644 index 19ef00bd8..000000000 --- a/monkey/test.py +++ /dev/null @@ -1,4 +0,0 @@ -try: - raise Exception("Ex") -except Exception as ex: - print(f"F: {ex}")