Correct 2.5-7 relative import formatting

This commit is contained in:
rocky
2022-05-14 19:28:23 -04:00
parent 656a9aa290
commit fa9cc4c669
7 changed files with 21 additions and 9 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,2 +1,4 @@
# Tests relative imports
from . import bogus
from .. import foo
from ..bar import baz