Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions frontends/concrete-python/concrete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
Setup concrete namespace.
"""

import warnings
# Implicit namespace packages (PEP 420) are used.
# No additional imports are needed.

# Do not modify, this is to have a compatible namespace package
# https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#pkg-resources-style-namespace-packages
with warnings.catch_warnings():
warnings.simplefilter("ignore")
__import__("pkg_resources").declare_namespace(__name__) # pragma: no cover