Skip to content

Commit be8fa0e

Browse files
style: auto-format Python files with autoflake + autopep8
1 parent 7edfb8e commit be8fa0e

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
@@ -41,7 +41,7 @@ class OrynqAiAuditabilityCapability(MatchingCapability):
4141
capability_worker: CapabilityWorker = None
4242

4343
# Do not change following tag of register capability
44-
#{{register_capability}}
44+
# {{register_capability}}
4545

4646
def call(self, worker: AgentWorker):
4747
self.worker = worker

0 commit comments

Comments
 (0)