We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552473a commit f00b38fCopy full SHA for f00b38f
1 file changed
utilities/constants/__init__.py
@@ -1,7 +1,7 @@
1
# Compatibility shim: re-exports every public name from submodules so that
2
# 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.
+# while the per-team import migration is in progress.
+# This file will be emptied once all callers use direct submodule imports.
5
#
6
# NOTE: `Images` is computed at the very bottom of this file (not in images.py)
7
# to avoid a circular import: the original computation called
0 commit comments