Skip to content

Commit db893f7

Browse files
style: auto-format Python files with autoflake + autopep8
1 parent 641c8b3 commit db893f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • community/orynq-ai-auditability

community/orynq-ai-auditability/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class OrynqAiAuditabilityCapability(MatchingCapability):
2727
capability_worker: CapabilityWorker = None
2828

2929
# Do not change following tag of register capability
30-
#{{register_capability}}
30+
# {{register_capability}}
3131

3232
def call(self, worker: AgentWorker):
3333
self.worker = worker

0 commit comments

Comments
 (0)