Skip to content

Commit f00b38f

Browse files
committed
update __init__.py docstring
Signed-off-by: vsibirsk <vsibirsk@redhat.com>
1 parent 552473a commit f00b38f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utilities/constants/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Compatibility shim: re-exports every public name from submodules so that
22
# existing `from utilities.constants import X` statements continue to work
3-
# while the per-team import migration (PRs 2-6) is in progress.
4-
# This file will be emptied in PR 7 once all callers use direct submodule imports.
3+
# while the per-team import migration is in progress.
4+
# This file will be emptied once all callers use direct submodule imports.
55
#
66
# NOTE: `Images` is computed at the very bottom of this file (not in images.py)
77
# to avoid a circular import: the original computation called

0 commit comments

Comments
 (0)