We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c025206 commit baecd47Copy full SHA for baecd47
test/test_compat.py
@@ -2,10 +2,10 @@
2
import os
3
import sys
4
import unittest
5
+import aurora_data_api
6
7
sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))
8
-import aurora_data_api
9
from base import CoreAuroraDataAPITest, PEP249ConformanceTestMixin
10
11
logging.basicConfig(level=logging.INFO)
0 commit comments