Skip to content

Commit 98c8df3

Browse files
committed
fix unused import on examples
1 parent 418e05e commit 98c8df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
if __name__ == "__main__":
2-
pass
2+
import examples.say_hello # noqa: F401

0 commit comments

Comments
 (0)