Skip to content

Commit 8fca3b6

Browse files
style: auto-format Python files with autoflake + autopep8
1 parent 5977fe4 commit 8fca3b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

community/mta-trigger-test/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class MTATriggerTestCapability(MatchingCapability):
77
worker: AgentWorker = None
88
capability_worker: CapabilityWorker = None
99

10-
#{{register capability}}
10+
# {{register capability}}
1111

1212
def call(self, worker: AgentWorker):
1313
self.worker = worker

0 commit comments

Comments
 (0)