Skip to content

Commit b159863

Browse files
Use package_name placeholder in utils.py
Two places where referencing "synthetic_consumers" instead of "package_name".
1 parent 2626778 commit b159863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package_name/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
22
Various utility functions, for use outside of the `package_name` module.
33
4-
Do not add any functions here that gets imported into the `synthetic_consumers` module.
5-
If you need to add logic that gets imported into the `synthetic_consumers` module,
4+
Do not add any functions here that gets imported into the `package_name` module.
5+
If you need to add logic that gets imported into the `package_name` module,
66
add it to another file in this directory where it logically belongs. If none such file
77
exists, create a new file in this directory.
88

0 commit comments

Comments
 (0)