summaryrefslogtreecommitdiff
path: root/pint
diff options
context:
space:
mode:
Diffstat (limited to 'pint')
-rw-r--r--pint/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pint/util.py b/pint/util.py
index 950d223..e250b0e 100644
--- a/pint/util.py
+++ b/pint/util.py
@@ -1144,7 +1144,7 @@ def create_class_with_registry(
"""
class_body = {
- "__module__": f"pint.{base_class.__name__}",
+ "__module__": "pint",
"_REGISTRY": registry,
}