From b949e4e4cf2655d2909d18ffac7e76de38e7d7eb Mon Sep 17 00:00:00 2001 From: s_ranjbar Date: Thu, 28 Mar 2024 16:06:03 -0400 Subject: [PATCH] Cleaning my mess --- main.py | 1 - tests/test_costs_catalog.py | 1 - 2 files changed, 2 deletions(-) delete mode 100644 main.py diff --git a/main.py b/main.py deleted file mode 100644 index cb1d27e7..00000000 --- a/main.py +++ /dev/null @@ -1 +0,0 @@ -print('majid kos keshtare') diff --git a/tests/test_costs_catalog.py b/tests/test_costs_catalog.py index fcee53d5..27b88264 100644 --- a/tests/test_costs_catalog.py +++ b/tests/test_costs_catalog.py @@ -43,6 +43,5 @@ class TestCostsCatalog(TestCase): with self.assertRaises(IndexError): catalog.get_entry('unknown') print(catalog.entries()) - print('saeed kos keshe')