Skip to content
Prev Previous commit
Next Next commit
Add a leading underscore to the module name
  • Loading branch information
encukou committed Apr 2, 2024
commit e15331ccf52c600de4193c3d5bff8b4be1fc950e
2 changes: 1 addition & 1 deletion Lib/importlib/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Anchor,
)

from .functional import (
from ._functional import (
contents,
is_resource,
open_binary,
Expand Down