aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/sibling_imports/pkg/unit_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/python/testdata/sibling_imports/pkg/unit_test.py')
-rw-r--r--gazelle/python/testdata/sibling_imports/pkg/unit_test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gazelle/python/testdata/sibling_imports/pkg/unit_test.py b/gazelle/python/testdata/sibling_imports/pkg/unit_test.py
new file mode 100644
index 0000000..a3218e2
--- /dev/null
+++ b/gazelle/python/testdata/sibling_imports/pkg/unit_test.py
@@ -0,0 +1,3 @@
+import a
+from b import run
+import test_util \ No newline at end of file