We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package_name
1 parent 2626778 commit b159863Copy full SHA for b159863
package_name/utils.py
@@ -1,8 +1,8 @@
1
"""
2
Various utility functions, for use outside of the `package_name` module.
3
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,
+Do not add any functions here that gets imported into the `package_name` module.
+If you need to add logic that gets imported into the `package_name` module,
6
add it to another file in this directory where it logically belongs. If none such file
7
exists, create a new file in this directory.
8
0 commit comments