Skip to content

Commit

Permalink
add SyntaxWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop committed Sep 17, 2024
1 parent 6b3b0f8 commit 2aab0eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/wakepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
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.
Expand Down

0 comments on commit 2aab0eb

Please sign in to comment.