Skip to content

Commit baecd47

Browse files
committed
Fix ruff check error
1 parent c025206 commit baecd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import os
33
import sys
44
import unittest
5+
import aurora_data_api
56

67
sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))
78

8-
import aurora_data_api
99
from base import CoreAuroraDataAPITest, PEP249ConformanceTestMixin
1010

1111
logging.basicConfig(level=logging.INFO)

0 commit comments

Comments
 (0)