From ea2eddb875ca12cfce5f464b382f751186540f2d Mon Sep 17 00:00:00 2001 From: IIITM-Jay Date: Wed, 9 Oct 2024 20:52:56 +0530 Subject: [PATCH] pre commit fixes --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 4ef289ff..eb9b6783 100644 --- a/test.py +++ b/test.py @@ -2,9 +2,9 @@ import logging import unittest -from shared_utils import * from parse import * +from shared_utils import * class EncodingLineTest(unittest.TestCase):