Skip to content

Commit f67212e

Browse files
committed
Clean up namespace to prevent sphinx warning
1 parent 3b5cd33 commit f67212e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ccdproc/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ class Conf(_config.ConfigNamespace):
3939
'when calling processing operations.'
4040
)
4141
conf = Conf()
42+
43+
# Clean up the name space
44+
del get_distribution, DistributionNotFound

0 commit comments

Comments
 (0)