Skip to content

Commit b004d4e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cfd156f commit b004d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/daft-plugin/src/on_by_default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def __init__(self):
1111

1212
def run(self) -> None:
1313
"""Do nothing."""
14-
print('ExampleOne just ran!')
14+
print("ExampleOne just ran!")

0 commit comments

Comments
 (0)