From a9aeb5f2a0ba1a398dbfb97e3ae16d42994f501e Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 05:36:15 +0000 Subject: [PATCH] Format code with black This commit fixes the style issues introduced in 21156b0 according to the output from black. Details: https://deepsource.io/gh/radityaharya/binusmaya_py/transform/9dbb9b38-ad9f-401e-8499-913a7580910a/ --- unit_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_test.py b/unit_test.py index e77ba56..d82a11f 100644 --- a/unit_test.py +++ b/unit_test.py @@ -71,7 +71,7 @@ def test_get_class_attendance_from_class_id(self): self.assertEqual( type(bm.get_class_attendance_from_class_id(SAMPLE_CLASS_ID)), dict ) - + def test_get_resource_from_resource_id(self): self.assertEqual( type(bm.get_resource_from_resource_id(SAMPLE_RESOURCE_ID)), dict