We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd156f commit b004d4eCopy full SHA for b004d4e
plugins/daft-plugin/src/on_by_default.py
@@ -11,4 +11,4 @@ def __init__(self):
11
12
def run(self) -> None:
13
"""Do nothing."""
14
- print('ExampleOne just ran!')
+ print("ExampleOne just ran!")
0 commit comments