Skip to content

Commit 785ef2e

Browse files
committed
tests: add missing example module
1 parent 4162038 commit 785ef2e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""
2+
This function gets imported in example_alias_target, and from there imported into example.
3+
"""
4+
5+
6+
def nested_alias_target():
7+
"""A nested alias target"""

0 commit comments

Comments
 (0)