diff --git a/src/wakepy/__init__.py b/src/wakepy/__init__.py index 23ba48d7..59096a89 100644 --- a/src/wakepy/__init__.py +++ b/src/wakepy/__init__.py @@ -34,11 +34,6 @@ top level package.""" -# This is a test for Issue 380 -foo = 1 -"""some text \* fooo""" - - def __getattr__(name: str) -> object: """Some lazy implementation of lazy loading.